-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (40 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="pembrokeshire home page" />
<link href="data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAYAAABPYyMiAAAABmJLR0T///////8JWPfcAAAACXBIWXMAAABIAAAASABGyWs+AAAAF0lEQVRIx2NgGAWjYBSMglEwCkbBSAcACBAAAeaR9cIAAAAASUVORK5CYII=" rel="icon" type="image/x-icon" />
<title>pembrokeshire.com</title>
<style>html, body {
height: 100%;
margin: 0;
padding: 0;
width: 100%;
}
body {
display: table;
}
.centered {
text-align: center;
display: table-cell;
vertical-align: bottom;
font-family: monospace;
font-size: large;
}
.left {
text-align: left;
display: table-cell;
vertical-align: top;
font-size: large;
}
</style>
</head>
<body>
<div class="centered">pembrokeshire.com</div>
<p></p>
<p></p>
<p></p>
<p class="left">Looking for information on Pembrokeshire?<br><br>Try<br><a href="https://www.visitpembrokeshire.com/">www.visitpembrokeshire.com</a></p>
</body>
</html>