-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (44 loc) · 2.16 KB
/
index.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
<!doctype html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet">
<title>wordweaver constellation</title>
<meta name="description" content="a feyral catchphrase generator" />
<meta name="copyright" content="Copyright Justin Windle 2014. All Rights Reserved." />
<meta name="author" content="Justin Windle" />
<link rel="apple-touch-icon" href="images/custom_icon.png"/>
<link rel="shortcut icon" href="images/favicon.png"/>
<link rel="stylesheet" href="styles/main.css" />
</head>
<body>
<div id="wrapper">
<article>
<div id="output">
<noscript>
<dl>
<dt>woah there, looks like you don't have javascript enabled!</dt>
<dd>you need to enable it to see this website.</dd>
</dl>
</noscript>
</div>
<a id="generate" href="#" title="Hit me again!"></a>
</article>
<aside>
</ul>
</aside>
<footer>
<div id="about">opensource is love! <a href="http://www.opensource.org/" target="blank"></a></div>
<div id="credit">built with <a href="https://github.com/soulwire/WTFEngine" title="An HTML / CSS / JavaScript template for creating WhatTheFuckIsMyMashup.com style web sites" target="_blank">wtf engine</a> by <a href="http://blog.soulwire.co.uk/" title="made by justin windle @soulwire">justin</a></div>
<div>inspired by <a href="http://whatthefuckshouldimakefordinner.com/" target="_blank">wtfsimfd</a></div>
<div>made with happy birthday wishes by <a href= "https://www.twitch.tv/hey_bobot">bobot</a></div>
</footer>
<img class="loading" src="images/757.gif">
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/zepto/1.1.2/zepto.min.js"></script>
<script>window.Zepto || document.write('<script src="scripts/vendor/zepto.min.js"><\/script>')</script>
<script src="scripts/wtf.js"></script>
<script src="scripts/main.js"></script>
</body>
</html>