-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
42 lines (40 loc) · 1.43 KB
/
Copy pathindex.php
File metadata and controls
42 lines (40 loc) · 1.43 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
40
41
42
<!doctype html>
<html lang="nl">
<head>
<meta charset="utf-8">
<title>Ticky Noet ... Nicky Toet ... Nick ... eten met Nick</title>
<meta name="description" content="De site van Ticky Noet, ook wel bekend als Nick van Eten met Nick op Youtube">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/style.min.css">
<style>
#msg {
font-family: Helvetica, Arial, sans-serif;
font-size: 150px;
font-weight: bold;
line-height: 1.1em;
color: #000;
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
width: 600px;
text-align: center;
margin: 300px auto;
}
</style>
</head>
<body>
<!--
Hee Nick,
Als je dit leest, ik heb dit domein niet gekaapt om het voor veel poen aan je te verkopen
Ik heb het gereserveerd zodat juist niemand anders dat doet
Wil je het domein hebben dan kan je hem voor € 0,- (nul euro) krijgen
Stuur een mailtje naar mineminemine@tickynoet.nl zodat ik het kan overdragen
Wil je het domein niet, ook prima, dan blijft het zo staan
//-->
<p id="msg">COMING SOON</p>
<script>
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
ga('create', 'UA-264537974-Y', 'auto'); ga('set', 'anonymizeIp', true); ga('set', 'transport', 'beacon'); ga('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
</body>
</html>