-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexposures.html
29 lines (26 loc) · 932 Bytes
/
exposures.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Intake</title>
<link rel="stylesheet" href="./lib/stylesheets/application.css">
</head>
<body>
<div class="main">
<h3>Would you like to search restaurant menus instead?</h3>
<a href="restaurant.html">
<button type="button" class="linkbutton" name="button">Yes</button></a>
<div class="header">
<p>Select Exposure Questions:</p>
</div>
<div class="options exposure">
</div>
<div class="links">
<a><button type="button" name="back" class="link back"><<Back</button></a>
<a href="builder.html"><button type="button" name="next" class="link next exposure">Next>></button></a>
</div>
</div>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
<script src="bundle.js"></script>
</body>
</html>