forked from Aaronmeade92/final-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pregame.html
34 lines (29 loc) · 951 Bytes
/
pregame.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
<link rel="stylesheet" href="css/animate.css">
<meta charset="utf-8">
<title>One Drink Away - Pre-Game</title>
</head>
<body>
<main class="main-container">
<div class= "header-spacer" id="headerAdj"></div>
<div class="header">
<div id="logo">OneDrinkAway</div>
<div id="title">Log your stomach-status and select your drink!</div>
<div id="hright">
<a href="index.html">
<div class="fa fa-home" id="home-button"></div>
</a>
</div>
</div>
<div class="choice-container">
</div>
</main>
<footer></footer>
<script type="text/javascript" src="js/app.js"></script>
</body>
</html>