-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (43 loc) · 1.66 KB
/
index.html
File metadata and controls
63 lines (43 loc) · 1.66 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!doctype html>
<html lang="en">
<head>
<link href="fheroulette.css" type="text/css" rel="stylesheet" media="screen">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>FHE Roulette</title>
</head>
<body>
<div id="top">
<header class='headfoot' id="fhehead"></header>
<nav>
<ul>
<li class="list"><a href="fhespirit.html" title="Spiritual Thoughts">Spiritual Thoughts</a></li>
<li class="list"><a href="fheactivities.html" title="Activities">Activites</a></li>
<li class="list"><a href="fhesnacks.html" title="Snacks/Desserts">Snacks/Desserts</a></li>
<li class="list"><a href="fheaboutme.html" title="About Me">About Me</a></li>
</ul>
</nav>
</div>
<main>
<div id="wrapper">
<div id="button">
<button type="button" class="roulette">CLICK TO<br><img src="images/roulette.jpg" alt="roulette"><br>GENERATE FHE!</button>
</div>
<div id="output">
<h2 class="fhe">Spiritual Thought:</h2>
<div id="h2" class="out"></div>
<h3 class="fhe" >Activity:</h3>
<div id="h3" class="out"></div>
<h4 class="fhe">Snack/Dessert:</h4>
<div id="h4" class="out"></div>
</div>
</div>
</main>
<footer id="fhefoot"></footer>
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
<script src="fheajax.js"></script>
<!--<script src="fhedata.json"></script>-->
<script type="text/javascript">
</script>
</body>
</html>