-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (72 loc) · 3.76 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<title>Doet mijn Wi-Fi het?</title>
<meta name="description" content="Doet mijn Wi-Fi het? Laad deze pagina en je weet het, als hij laad werkt je Wi-Fi!">
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:url" content="http://doetmijnwifihet.nl" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Doet mijn Wi-Fi het?" />
<meta property="og:description" content="Doet mijn Wi-Fi het? Laad deze pagina en je weet het, als hij laad werkt je Wi-Fi!" />
<link rel="stylesheet" href="./css/simplesharingbuttons.css" type="text/css" />
<link rel="stylesheet" href="./css/doetmijnwifihet.css?v=13372" type="text/css" />
<link rel="stylesheet" href="./css/font-awesome.min.css" type="text/css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Manuale" type="text/css">
</head>
<body>
<div class="container">
<div class="center">
<h1 class="title">Doet mijn Wi-Fi het?</h1>
<h1 class="line-1 invisible"><i class="fa fa-thumbs-o-up "></i> JA</h1>
<h1 class="line-2 invisible"><span>JA</span> HIJ WERKT </h1>
<h1 class="line-3 connection invisible">
<i class="fa fa-wifi wifi-1 transparent"></i>
<i class="fa fa-wifi wifi-2 transparent"></i>
<i class="fa fa-wifi wifi-3 transparent"></i>
<i class="fa fa-wifi wifi-4 transparent"></i>
<i class="fa fa-wifi wifi-5 transparent"></i>
<i class="fa fa-cloud-upload wifi-6 transparent"></i>
</h1>
<h1 class="line-4 invisible">YUP</h1>
<h1 class="line-5 invisible">Waar wacht je op?</h1>
<h1 class="line-6 invisible">NOG STEEDS <i class="fa fa-thumbs-o-up "></i></h1>
<h1 class="line-7 invisible">
<p>
<a target="_blank" href="https://twitter.com/YungTosti">
Made with <img class="heart" src="./images/heart.png" alt="heart"/><br>
<span>by YungTosti</span>
</a>
</p>
<ul class="share-buttons">
<li>
<a href="https://www.facebook.com/sharer/sharer.php?u=http%3A//doetmijnwifihet.nl" title="Share on Facebook" target="_blank">
<img alt="Share on Facebook" src="images/social_flat_rounded_rects_svg/Facebook.svg">
</a>
</li>
<li>
<a href="https://twitter.com/home?status=Mijn%20Wi-Fi%20doet%20het!%20%23doetmijnwifihet%20http%3A//doetmijnwifihet.nl" target="_blank" title="Tweet">
<img alt="Tweet" src="images/social_flat_rounded_rects_svg/Twitter.svg">
</a>
</li>
<li>
<a href="https://plus.google.com/share?url=http%3A//doetmijnwifihet.nl" target="_blank" title="Share on Google+">
<img alt="Share on Google+" src="images/social_flat_rounded_rects_svg/Google+.svg">
</a>
</li>
</ul>
</h1>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-91470616-1', 'auto');
ga('send', 'pageview');
</script>
<script src="./js/jquery-3.1.1.min.js"></script>
<script src="./js/doetmijnwifihet.js?v=13372"></script>
</body>
</html>