-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfhespirit.html
More file actions
48 lines (33 loc) · 1.37 KB
/
fhespirit.html
File metadata and controls
48 lines (33 loc) · 1.37 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
<!doctype html>
<html lang="en">
<head>
<link href="fheroulette.css" type="text/css" rel="stylesheet" media="screen">
<link href="https://fonts.googleapis.com/css?family=Oleo+Script" rel='stylesheet' type="text/css">
<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>
<main>
<h1 class="content">Spiritual Thoughts<br><br><em>Designed to be short, but still invite The Spirit to your FHE</em></h1>
<div class="fruits"></div>
</main>
<footer id="fhefoot"></footer>
<script
src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<script src="fheajax.js"></script>
</div>
</body>
</html>