-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (36 loc) · 914 Bytes
/
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
<html>
<!--
N E O N I N T E R N E T Z
-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>N E O N I N T E R N E T</title>
<meta property="og:url" content="https://www.neoninternet.com" />
<meta property="og:title" content="N E O N I N T E R N E T" />
<meta property="og:description" content="Coming soon." />
<meta property="og:image" content="http://www.neoninternet.com/fbog.png" />
<meta name="description" content="Coming soon.">
<link href="/favicon.gif" rel="icon" type="image/gif" />
<style>
body{
background-color:#000000;
}
#N{
width: 250px;
height: 250px;
margin-top: -125px;
margin-left: -125px;
position: fixed;
top: 50%;
left: 50%;
background:url("logo.gif");
background-size:cover;
}
</style>
</head>
<body>
<a href="mailto:contact@goneon.lu">
<div id="N"></div>
</a>
</body>
</html>