-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (35 loc) · 1.4 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
<head>
<meta content='width=device-width,initial-scale=1' name='viewport'>
<title>Communibator</title>
<link type="text/css" rel="stylesheet" href="stylesheet.css" />
<link href='http://fonts.googleapis.com/css?family=Lato:900,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Playfair+Display:700italic' rel='stylesheet' type='text/css'>
<script src="noscroll.js"></script>
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="favicon-64x64.png" sizes="64x64">
</head>
<body>
<div class="background">
<div class="leftArm">
<img src="leftArm.svg" />
</div>
<div class="rightArm">
<img src="rightArm.svg" />
</div>
</div>
<div class="text">
<h2>A SOCIAL NETWORK FOR YOUR WATCH & PENIS</h1>
<h3><a onmouseover="this.innerHTML = 'Cuming Soon'" onmouseout="this.innerHTML = 'Coming Soon'">Coming Soon</a></h2>
</div>
<div class="logo">
<img src="logo.svg"/>
</div>
<footer>
<div class="navigation">
<h4>©2015    <a target="_blank" STYLE="text-decoration: none" href="https://twitter.com/aaron10buuren">@aaron10buuren</a>   
<a target="_blank" STYLE="text-decoration: none" href="https://twitter.com/communibator">@Communibator</a>
</h4>
</div>
</footer>
</body>