-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (59 loc) · 1.85 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
58
59
60
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>PatchSpace</title>
<script>
document.createElement("article");
document.createElement("footer");
document.createElement("header");
document.createElement("section");
document.createElement("aside");
document.createElement("nav");
</script>
<meta name='description'>
<link href='favicon.png' rel='shortcut icon'>
<link href='styles.css' rel='stylesheet'>
<link href='http://fonts.googleapis.com/css?family=Ubuntu:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'>
</head>
<body class='home'>
<header>
<section>
<a href='/' id='logo'>PatchSpace</a>
<nav id='global'>
<a href='/'>Home</a>
<a href='http://blog.patchspace.co.uk/'>Blog</a>
</nav>
</section>
</header>
<section id='main'>
<h1>PatchSpace Ltd has been dissolved</h1>
<section>
<article class='naked block-1'>
<h3>What's left</h3>
<p>
The
<a href='http://blog.patchspace.co.uk/'>blog</a>
is still available and will be maintained, but there will be no new posts.
</p>
</article>
</section>
</section>
<footer>
<section>
<address>
<p>PatchSpace Ltd. Company Registered in England and Wales (no. 6476204).</p>
</address>
</section>
</footer>
<script>
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script>
var pageTracker = _gat._getTracker("UA-3655886-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>