-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (37 loc) · 1.35 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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
.mylist li {
margin-top:5px;
}
.mylist {
list-style-type:square;
margin-top:2px;
}
</style>
<title>TAYLORHQ Home Page</title>
<link rel="apple-touch-icon" sizes="120x120" href="/images/blank-120.png">
<link rel="apple-touch-icon" href="/images/blank-512.png">
</head>
<body>
<div style="font-family: arial, sans serif; text-align: left; margin: 10px;">
<img src="images/thqbanner.png" width="100%" border=0>
<br />
<br />
Not much here I'm afraid - this domain is only used as an email gateway.
<br />
<br />
Some links...
<ul class="mylist">
<li><a href="https://www.linkedin.com/in/taylorhq/">Steve Taylor</a></li>
<li><a href="https://www.linkedin.com/in/catherine-taylor-34825870/">Catherine Taylor</a></li>
<li><a href="https://dtaylor.uk/">David Taylor</a></li>
<li><a href="https://www.linkedin.com/in/jonathan-taylor214/">Jonathan Taylor</a></li>
<li><a href="https://gbpiu.taylorhq.com">G-BPIU</a></li>
</ul>
</div>
</body>
</html>