-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
80 lines (77 loc) · 2.76 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<!--
__ _____________ __ ___
/ //_ __/ __/ _ \/ |/ / langterm by Ian Langworth, 2017
/ /__/ / / _// , _/ /|_/ / featuring "The Archive", a cheesy
/____/_/ /___/_/|_/_/ /_/ interactive fiction game
See: https://github.com/statico/langterm
-->
<head>
<title>Ian Langworth ☠</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<meta http-equiv="Content-Language" content="en" />
<meta name="robots" content="NOODP" />
<meta property="og:title" content="Ian Langworth ☠" />
<meta property="og:site_name" content="Ian Langworth ☠" />
<meta property="og:url" content="https://langworth.com/" />
<meta
property="og:description"
content="Play “The Archive,” a game by Ian Langworth"
/>
<meta property="og:image" content="/assets/banner.jpg" />
<meta
name="description"
content="Play “The Archive,” a game by Ian Langworth"
/>
<link rel="shortcut icon" href="/assets/favicon.png" />
<link rel="icon" size="64x64" href="assets/favicon.png" />
<link href="css/noscript.css" rel="stylesheet" />
<link href="css/main.css" rel="stylesheet" disabled />
<link rel="me" href="https://mastodon.social/@statico" />
<script>
// Avoid flashes of unstructured content.
const css = document.querySelectorAll("[rel=stylesheet]");
css[0].disabled = true; // Disable noscript.css
css[1].disabled = false; // Enable main.css
</script>
<script
src="https://s.langworth.com/data.js"
data-token="647ec0c8"
defer
></script>
</head>
<body class="loading">
<div class="content">
<h1>Ian Langworth</h1>
<p>Please choose one of the following options:</p>
<ul>
<li><a href="https://github.com/statico">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/ianlangworth">LinkedIn</a></li>
<li><a href="https://statico.github.io/">Blog</a></li>
<li>
<a
href="https://www.oreilly.com/library/view/perl-testing-a/0596100922/"
>Perl Testing Book</a
>
</li>
<li><a href="https://twitter.com/statico">Twitter</a></li>
<li><a href="https://github.com/statico/dotfiles">Dotfiles</a></li>
</ul>
<p>
This world wide web site features an enhanced experience for mobile and
desktop users.
</p>
</div>
<script src="js/loader.js"></script>
<script src="js/api.js"></script>
<script src="js/terminal.js"></script>
<script src="js/simple.js"></script>
<script src="js/fancy.js"></script>
<script src="js/main.js"></script>
</body>
</html>