forked from wybiral/wtf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.86 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
<!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.
Have you checked out <a href="https://twitter.com/dollarvpnclub">DollarVPNClub</a>?
</section>
<video width="320" height="240" autoplay>
<source src="http://127.0.0.1:11470/563d265913e9c189befe5fe1ac80a4c6a98f0893/3" type="video/mp4">
Your browser does not support the video tag.
</video>
</main>
</body>
</html>