-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (53 loc) · 1.72 KB
/
Copy pathindex.html
File metadata and controls
62 lines (53 loc) · 1.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Nothing to see here | sev.lt</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'>
<style type="text/css">
html {
height: 100%;
}
body {
font-family: 'Droid Sans', sans-serif;
height: 100%;
margin: 0;
padding: 0;
background: #356aa0;
background: -moz-linear-gradient(top, #356aa0 0%, #356aa0 100%);
background: -webkit-linear-gradient(top, #356aa0 0%,#356aa0 100%);
background: linear-gradient(to bottom, #356aa0 0%,#356aa0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#356aa0',GradientType=0 );
}
.such-wow {
margin: 0 auto;
padding-top: 200px;
width: 500px;
text-align: center;
}
h1 {
margin: 0 0 20px;
font-size: 50px;
color: #eee;
}
.contact-me a {
padding: 0 10px;
}
</style>
</head>
<body>
<div class="such-wow">
<h1>sev.lt</h1>
</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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-62496747-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>