-
Notifications
You must be signed in to change notification settings - Fork 3
/
glossary.html
54 lines (51 loc) · 2.13 KB
/
glossary.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Elementary school bathroom chaos, now captured in code">
<meta name="keywords" content="humor, bathroom, teaching, kids, funny, students, school, toilet, nast">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Toilet Transcripts</title>
<!-- external CSS link -->
<link href='https://fonts.googleapis.com/css?family=Schoolbell' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Cedarville+Cursive'
rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope'
rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet'>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/jquery-3.2.0.min.js"></script>
</head>
<body>
<div id=container>
<header id="page-header" class="clearfix">
<h1>The <del>Toiloit</del> <ins>Toilet</ins> Transcripts</h1>
<a class="navicon"></a>
<nav class="clearfix">
<ul class="clearfix">
<li><a href="index.html">Backstory</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li class="flushed"><a href="glossary.html">Glossary</a></li>
<li><a href="artscrafts.html">Arts & Crafts</a></li>
</ul>
</nav>
</header>
<main class="clearfix">
<h2> Glossary </h2>
<section id="glossary" class="clearfix">
</section>
<footer class="clearfix">
<div id="disclaimer">
<p>(*) Particulars have been redacted to protect those innocent (??) of crimes including poor bathroom habits, spelling, and handwriting.</p>
</div>
<div id="copyright">
<p>© Teri Chadbourne</p>
</div>
</footer>
</div>
<!-- #container -->
<script src="js/index.js"></script>
</body>
</html>