-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 882 Bytes
/
index.html
File metadata and controls
33 lines (32 loc) · 882 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Kalimba bolt</title>
<meta charset="UTF-8">
<meta name="description" content="Kalimba bolt">
<meta name="keywords" content="Kalimba bolt Budapest, 17 hangos mahagóni kalimba">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
html, body {
height: 100%;
padding: 0;
margin: 0;
text-align: center;
}
body > div {
height: 100px;
width: 300px;
position: absolute;
top: calc(50% - 50px);
left: calc(50% - 150px);
vertical-align: middle;
}
</style>
</head>
<body>
<div>
<h2>Elköltöztünk!</h2>
<h4>Új címünk: <a href="https://doremi-kalimba.hu" rel="nofollow">doremi-kalimba.hu </a> </h4>
</div>
</body>
</html>