-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paths16.html
27 lines (25 loc) · 1.08 KB
/
s16.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
<!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/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="s16 board">
</div>
<div class="button-container">
<div class="choices-btn"><a href="s17.html">Rephrase the question</a></div>
<div class="choices-btn"><a href="s19.html">Answer the question directly</a></div>
<div class="choices-btn"><a href="s18.html">Deflect. Don't answer the question</a></div>
</div>
<script src="js/app.js"></script>
</body>
</html>