-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
16 lines (16 loc) · 950 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1280, height=720, minimum-scale=1">
<meta name="theme-color" content="#000000">
<title>All This Time: Web Edition</title>
<meta name="description" content="It's the future. You work inside the city the machines made, processing widgets at a factory. A text adventure game.">
<meta name="creator" content="DudeBot Multimedia Studios">
<meta name="creator" content="Jonathan Coulton">
<meta name="keywords" content="jonathan coulton, solid state, all this time, music video, text adventure, web game, dudebot, thedude53">
<link rel="stylesheet" type="text/css" href="./index.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@700&display=swap">
</head>
<body data-nosnippet><script src="./index.js"></script></body>
</html>