-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
57 lines (57 loc) · 1.23 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
<head>
<title>This site is under construction!</title>
<style>
body {
font-family: Verdana, 'Lucida Sans Unicode', sans-serif;
background-color: #F1F1F1;
}
section {
background-color: #F9F4F4;
border-radius: 40px;
left: 15%;
margin: auto;
padding-bottom: 20px;
position: absolute;
right: 15%;
text-align: center;
top: 13%;
width: 900px;
}
#pic {
float: left;
}
p {
text-align: left;
line-height: 1.5;
width: 650px;
margin-top: 120px;
}
#imprint {
background-color: #F9F4F4;
text-align: right;
position: fixed;
right: 1px;
bottom: 2px;
}
</style>
</head>
<body>
<section>
<h1>This site is under construction!</h1>
<img src="pic.png" id="pic" />
<p>
I'm sorry, but this site is actually under construction. Please visit us
later.<br />
<a href="javascript:history.back()">Back to the last site..</a>
</p>
</section>
<div id="imprint">
<b>Imprint and Contact:</b><br />
name<br />
adress<br />
street<br />
telephone<br />
email<br />
image rights: <a href="http://vistaico.com">VistaICO.com</a>
</div>
</body>