-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
34 lines (34 loc) · 1.56 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
<!doctype html>
<html>
<!-- For more information read: https://twitter.com/davywtf/status/1133222386575265792 -->
<head>
<title>WTF?</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/index.css">
<script src="js/index.js"></script>
</head>
<body>
<h1>WTF?</h1>
<main>
<section id="developer">
Hey, your machine is running <span class="name"></span>! This means you're probably a developer.
You should follow <a href="https://twitter.com/davywtf">davywtf</a> on Twitter!
</section>
<section id="files">
Hey, it looks like you're using <span class="name"></span>!
Did you know that <a href="https://github.com">GitHub</a> offers unlimited private storage for files under 100MB?
</section>
<section id="games">
Hey, you're running <span class="name"></span>!
Have you tried playing <a href="https://www.factorio.com/">Factorio</a>?
</section>
<section id="media">
Hey, I can't help but notice you have a <span class="name"></span> running! I recommend listening to the band <a href="https://www.againstme.net/">Against Me!</a>
</section>
<section id="privacy">
Hey, I notice you use <span class="name"></span>! This means you care about privacy. Great!
</section>
</main>
</body>
</html>