forked from ychoy/chooseyourwin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
s2.html
28 lines (26 loc) · 986 Bytes
/
s2.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
<!doctype html>
<html class="no-js" lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Choose Your Win</title>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=VT323" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<h1><a href="resource.html"><img src="images/resource.png" height="80"></a> <a href="index.html"><img src="images/homeicon.png" height="100"></a></h1>
</header>
<div id="app" class="s2 board">
</div>
<div class="button-container">
<div class="choices-btn">
<a href="s3.html">NEXT</a>
</div>
</div>
<script src="js/app.js"></script>
</body>
</html>