diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-11-16 02:19:37 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-11-16 02:19:37 +0100 |
| commit | aebd9a916f2e11795ba6fa1cd83329aeea9ed313 (patch) | |
| tree | 4419f0949c91b7ed43fed660012fd2909a8b8c32 | |
| parent | cfda5e8201509f9e6c02b37fe7146b14861e2374 (diff) | |
| parent | 852977190427bede797aa536de3602163da41c7e (diff) | |
Merge branch 'master' of lmno:ascii
| -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> |
