-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (62 loc) · 1.97 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
<!doctype html public '-//W3C//DTD HTML 4.01 Transitional//EN'
'http://www.w3.org/TR/html4/loose.dtd'>
<html>
<!-- YHLS/XYZ791 -->
<head>
<title>yhls.org</title>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<link href='http://fonts.googleapis.com/css?family=Oxygen' rel='stylesheet' type='text/css'>
<style type='text/css'>
html, body, p {
margin: 0;
padding: 0;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
cursor: default;
}
html {
height: 100%;
width: 100%;
background: #030303;
background: linear-gradient(top, #131313, #030303);
background: -moz-linear-gradient(top, #131313, #030303);
background: -webkit-linear-gradient(top, #131313, #030303);
background: -o-linear-gradient(top, #131313, #030303);
background: -ms-linear-gradient(top, #131313, #030303);
}
p {
font-family: 'Oxygen',sans-serif;
font-size: 7.1em;
color: white;
text-shadow: #3d3d3d 3px 3px;
text-align: center;
vertical-align: middle;
}
#container {
position: absolute;
margin: 0 auto;
width: 100%;
top: 19%;
}
#valid {
margin-top: 42px;
}
</style>
<script type='text/javascript'>
(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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46101287-1', 'yhls.org');
ga('send', 'pageview');
</script>
</head>
<body>
<div id='container'>
<p>Content is arriving.<p>
<p id='valid'><a href='http://validator.w3.org/check?uri=yhls.org'><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a></p>
</div>
</body>
</html>