-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (42 loc) · 1.19 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
<!DOCTYPE html>
<html>
<head>
<title></title>
<style>
body {
font-family: verdana;
font-size: 12px;
}
.centerDiv{
width: 600px;
height: 420px;
position: absolute;
margin-top: -210px;
margin-left: -300px;
top: 50%;
left: 50%;
}
</style>
</head>
<body>
<div id="centerDiv" class="centerDiv">
<div style="text-align: center"><img src="images/FPDD-Logo.jpg"></div>
<h1 style="text-align: center">Under Construction</h1>
<p>Dear friends,<p>
<p>We are currently working on making our website as convenient and helpful to you as possible. In the meantime you could always find us on Facebook at:</p>
<p><a href="https://www.facebook.com/DestinationDanube" target="_blank">https://www.facebook.com/DestinationDanube</a></p>
<p>or contact one of our offices:</p>
<p>
1000 Sofia, 'Knyaz Alexander I' 12 str.<br>
T: +359 2 940 7903, +359 2 940 7003<br>
F: +359 2 987 1933<br>
7000 Ruse, 'Kiril Startsev' 12-01 str.<br>
T: +359 889 620 483<br>
</p>
<p>
See you soon,<br>
The FPDD team
</p>
</div>
</body>
</html>