summaryrefslogtreecommitdiff
path: root/meta/styletest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/styletest')
-rwxr-xr-xmeta/styletest/plain.html (renamed from meta/styletest/simple.html)13
1 files changed, 7 insertions, 6 deletions
diff --git a/meta/styletest/simple.html b/meta/styletest/plain.html
index 88efbc7..789588c 100755
--- a/meta/styletest/simple.html
+++ b/meta/styletest/plain.html
@@ -1,7 +1,8 @@
<!doctype html>
-<html>
+<html lang="en">
<head>
-<meta charset="UTF-8">
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/fonts/fonts.css">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
@@ -17,14 +18,14 @@ pre a:visited {text-decoration: none; color: #ddd;}
pre a:hover {text-decoration: none; color: #111; background-color: #ddd;}
pre a:active {text-decoration: none; color: #ddd;}
</style>
-<title>Simplistic Template &mdash; DistressNetwork°</title>
-<meta http-equiv="last-modified" content="2020-11-13 11:50:44-05:00" />
+<title>Plaintext Template</title>
+<meta http-equiv="last-modified" content="2020-12-31 07:08:23-05:00" />
</head>
<body>
<pre>
-simple layout, plain text only
+a simple plaintext-only layout
for the little things
</pre>
</body>
-</html>
+</html> \ No newline at end of file