-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (58 loc) · 1.81 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta http-equiv="refresh" content="0; URL=https://comool.net/">
<title>comool</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-158864877-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-158864877-1', { anonymize_ip: true });
</script>
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link rel="canonical" href="https://comool.net/">
<style>
html,
body {
margin: 0;
padding: 0;
}
.v-center {
font-family: Catamaran, Helvetica, Arial, sans-serif;
font-weight: 200;
font-size: 25px;
letter-spacing: 1px;
color: #fff;
text-align: center;
color: #fff;
padding: 20px;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.body {
background: #7c8d8d;
position: absolute;
height: 100%;
display: block;
width: 100%;
}
</style>
</head>
<body>
<div class="body">
<div class="v-center content">
<a href="https://www.comool.net" style="color: #fff;">
<img src="res/comool_logo.jpg" height="200px">
<p>ride with us</p>
</a>
</div>
</div>
</body>
</html>