-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
83 lines (73 loc) · 1.83 KB
/
index.php
File metadata and controls
83 lines (73 loc) · 1.83 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
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
81
82
83
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Dit domein is al geregistreerd</title>
<style type="text/css">
<!--
html, body {
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
body {
font: 75%/2 Arial, Helvetica, sans-serif;
color: #3B3B3B;
background: #FFFFFF;
border-top: 21px solid #3B3B3B;
}
h1 {
margin: 0 0 21px 0;
padding: 0;
}
a {
text-decoration: none;
color: #009EDF;
}
#message {
width: 640px;
height: 140px;
position: absolute;
top: 20%;
left: 50%;
margin: -70px 0 0 -320px;
}
#logo {
width: 300px;
height: 300px;
position: absolute;
top: 50%;
left: 50%;
}
#adwords {
text-align: center;
position: absolute;
bottom: 0;
width: 100%;
padding: 42px 0 84px;
border-top: 1px solid #E5E5E5;
}
html>body strong:after { content: "domains@twistvlietpad.nl"; }
html>body strong span { display: none; }
-->
</style>
</head>
<body>
<div id="message">
<h1><img src="dit_domein_is_geregistreerd.png" width="519" height="68" border="0" alt="Dit domein is al geregistreerd." /></h1>
<img id="logo" src="Leeuw-Logo-middel.png" width="300" height="300" border="0" alt="Dit domein is al geregistreerd." />
</div>
<div id="adwords">
<script type="text/javascript"><!--
google_ad_client = "pub-4418310345798859";
/* 468x15, gemaakt 21-1-09 */
google_ad_slot = "3180617257";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
</body>
</html>