forked from soulwire/WTFEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (38 loc) · 1.94 KB
/
Copy pathindex.html
File metadata and controls
39 lines (38 loc) · 1.94 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
<!doctype html>
<html>
<head>
<title>The Next Mission Is...…</title>
<meta name="description" content="A simple Arma mission idea generator" />
<meta name="copyright" content="Copyright Justin Windle 2014. All Rights Reserved." />
<meta name="author" content="Justin Windle" />
<link rel="shortcut icon" href="images/favicon.png"/>
<link rel="stylesheet" href="styles/main.css" />
</head>
<body>
<div id="wrapper">
<header>
<h1>The Next Mission Is...…</h1>
</header>
<article>
<div id="output">
<noscript>
<dl>
<dt>What the fuck! You don't even have JavaScript enabled!</dt>
<dd>You need to enable it to see all the fucking cool shit on this website...</dd>
</dl>
</noscript>
</div>
<a id="generate" href="#" title="Hit me again!"></a>
</article>
<footer>
<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 id="total">There are <span id="templates"></span> and <span id="outcomes"></span> possibilities</div>
<div id="about"><a href="https://github.com/amsteadrayle/MissionPrompt" target="_blank">Check the repository</a> to see and suggest more prompts!</div>
</footer>
<img class="loading" src="images/loading.gif">
</div>
<script src="scripts/vendor/zepto.min.js"></script>
<script src="scripts/wtf.js"></script>
<script src="scripts/main.js"></script>
</body>
</html>