diff options
| author | Jules <jules@asdf.us> | 2017-10-23 09:41:49 -0400 |
|---|---|---|
| committer | Jules <jules@asdf.us> | 2017-10-23 09:41:49 -0400 |
| commit | 852977190427bede797aa536de3602163da41c7e (patch) | |
| tree | 9f8af5741c24f3f4bcedae57b31210254a18b0b7 /index.html | |
| parent | f70b4a7f6cdfba86b481d80107df875519e6d263 (diff) | |
add html tags
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |
