-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (57 loc) · 1.57 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Awired.net</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="index,follow" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<style>
<!--
HTML, BODY {
background: black;
height: 100%;
margin: 0px;
font-family:Tahoma,Arial;
font-size:11px;
line-height:1.4em;
color: #A2A2A1;
}
IMG {
border: 0px;
}
#copyright {
bottom:15px;
color:#333333;
height:15px;
position:absolute;
right:75px;
text-align:right;
width:100%;
}
A {
color: #333333;
text-decoration: none;
}
A:visited {
color: #333333;
text-decoration: none;
}
-->
</style>
</head>
<body>
<div style="display: table; height: 100%; #position: relative; overflow: hidden; width : 100%;">
<div style=" #position: absolute; #top: 50%;display: table-cell; vertical-align: middle;">
<div style=" #position: relative; #top: -50%; width: 400px; margin: auto">
<img alt="Awired.net" src="awired.net-full-w.png">
<div style="padding-left: 80px; color: #444;font: 11px arial; font-weight: bold">Open source development by passionate developers</div>
</div>
<div style="margin:auto; position: absolute; left:0px; right: 0px; text-align: center; width: 300px; padding-top: 5%">
<pre></pre>
</div>
</div>
<div class="copyright" style="position: absolute; bottom: 10px; left: 10px; color: #222222">
</div>
</div>
</body>
</html>