forked from PrincessRTFM/WebUtil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wtnv.html
27 lines (27 loc) · 807 Bytes
/
wtnv.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>
<!--
@desc provides a nice Welcome To Night Vale quote, chosen at random
-->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script type="text/javascript" src="js/lib/wtnvfortunes.js"></script>
<title>Welcome Back, Listeners</title>
<link rel="stylesheet" type="text/css" href="css/wtnv.css" />
</head>
<body>
<div id="fuck-css">
<div id="content"></div>
<a href="#" id="reroll">Good night, Night Vale. Good night.</a>
</div>
<address id="credit">
Written by
<a href="https://github.com/PrincessRTFM">Lilith Song</a>
<span id="reason"></span>
</address>
<address id="contribute">
<!-- TODO add contribution links -->
</address>
</body>
<script type="text/javascript" src="js/wtnv.browser.js"></script>
</html>