Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
60 lines (59 loc) · 1.85 KB
/
Copy pathindex.html
File metadata and controls
60 lines (59 loc) · 1.85 KB
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>
<metacharset='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>
<metaname='description'>
<linkhref='favicon.png' rel='shortcut icon'>
<linkhref='styles.css' rel='stylesheet'>
<linkhref='http://fonts.googleapis.com/css?family=Ubuntu:regular,italic,bold,bolditalic' rel='stylesheet' type='text/css'>
</head>
<bodyclass='home'>
<header>
<section>
<ahref='/' id='logo'>PatchSpace</a>
<navid='global'>
<ahref='/'>Home</a>
<ahref='http://blog.patchspace.co.uk/'>Blog</a>
</nav>
</section>
</header>
<sectionid='main'>
<h1>PatchSpace Ltd has been dissolved</h1>
<section>
<articleclass='naked block-1'>
<h3>What's left</h3>
<p>
The
<ahref='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>
vargaJsHost=(("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>
varpageTracker=_gat._getTracker("UA-3655886-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>