summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules <jules@asdf.us>2017-10-23 09:41:49 -0400
committerJules <jules@asdf.us>2017-10-23 09:41:49 -0400
commit852977190427bede797aa536de3602163da41c7e (patch)
tree9f8af5741c24f3f4bcedae57b31210254a18b0b7 /index.html
parentf70b4a7f6cdfba86b481d80107df875519e6d263 (diff)
add html tags
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html
index 586d414..298bde0 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,11 @@
+<!doctype html>
+<html>
+<head>
<meta charset="UTF-8">
+<title>asdf.us/ascii</title>
<link rel="stylesheet" href="css/sally.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="css/ak.css" type="text/css" charset="utf-8" />
+</head>
<body class="loading">
@@ -146,4 +151,5 @@
<script src="js/ui/nopaint.js"></script>
<script src="js/app.js"></script>
+</html>