summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2020-12-31 07:23:17 -0500
committereudoxia <uplink@distress.network>2020-12-31 07:23:17 -0500
commit036e0f322b67b9816cc67d0fb8bc815970d8b544 (patch)
tree30ca8e31bcc9404be56750c0e8502151de7607b3
parent7c5adc30f4a0efc2d98a658e4b2bfe6d50c2b076 (diff)
rebuilt plaintext pages; other misc fixes
-rwxr-xr-xcss/main.css2
-rwxr-xr-xcw.html11
-rwxr-xr-xerror/400.html5
-rwxr-xr-xerror/401.html5
-rwxr-xr-xerror/403.html5
-rwxr-xr-xerror/404.html5
-rwxr-xr-xerror/408.html5
-rwxr-xr-xerror/500.html5
-rwxr-xr-xerror/503.html5
-rwxr-xr-xmedia/logo.svg64
-rwxr-xr-xmeta/sitemap/index.html5
-rwxr-xr-xmeta/styletest/plain.html (renamed from meta/styletest/simple.html)13
12 files changed, 70 insertions, 60 deletions
diff --git a/css/main.css b/css/main.css
index 6784523..de4fc06 100755
--- a/css/main.css
+++ b/css/main.css
@@ -31,7 +31,7 @@ nav pre {margin: 0; color: var(--color-main-l); font-family: var(--fs-mono); fo
nav a {color: var(--color-main-l); font-family: var(--fs-mono); font-weight: normal; text-decoration: none; cursor: pointer;}
nav a:link {text-decoration: none;}
nav a:visited {color: var(--color-main-l);}
-nav a:hover {color: var(--color-body-d); background-color: var(--color-main-l); clip-path: inset(10% 0% 10% 0%);}
+nav a:hover {color: var(--color-body-d); background-color: var(--color-main-l); clip-path: inset(5% 0% 5% 0%);}
nav a:active {color: var(--color-main-l); text-decoration: none;}
main {order: 2; flex: 1 1 90%; min-height: 100vh; padding: 1rem; padding-right: calc(20vw + 1rem); overflow-x: hidden; background-color: var(--color-main-d);}
.leading,h1,h2,p,p strong,p em,li,code,th,td {color: var(--color-main-l);}
diff --git a/cw.html b/cw.html
index 303a3f0..3328ade 100755
--- a/cw.html
+++ b/cw.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,8 +18,8 @@ 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>Content Warning &mdash; DistressNetwork°</title>
-<meta http-equiv="last-modified" content="2020-10-25 23:50:19-04:00" />
+<title>Content Warning</title>
+<meta http-equiv="last-modified" content="2020-12-31 04:30:42-05:00" />
</head>
<body>
@@ -28,4 +29,4 @@ CONTENT WARNING: This website, and all files originating from it, may contain de
EPILEPSY WARNING: This website, and all visual media files originating from it, may contain stroboscopic visual patterns which could provoke an epileptic seizure in viewers who suffer from photosensitive epilepsy, or cause eye strain in photosensitive individuals.
</pre>
</body>
-</html>
+</html> \ No newline at end of file
diff --git a/error/400.html b/error/400.html
index e014e24..bd80176 100755
--- a/error/400.html
+++ b/error/400.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">
diff --git a/error/401.html b/error/401.html
index c361e2c..ae9ca89 100755
--- a/error/401.html
+++ b/error/401.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">
diff --git a/error/403.html b/error/403.html
index 51f2712..1651c31 100755
--- a/error/403.html
+++ b/error/403.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">
diff --git a/error/404.html b/error/404.html
index 0f3bae5..1e2f953 100755
--- a/error/404.html
+++ b/error/404.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">
diff --git a/error/408.html b/error/408.html
index 73768d7..3286cab 100755
--- a/error/408.html
+++ b/error/408.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">
diff --git a/error/500.html b/error/500.html
index 793b8cb..47a7f78 100755
--- a/error/500.html
+++ b/error/500.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">
diff --git a/error/503.html b/error/503.html
index 59a5510..45a6e69 100755
--- a/error/503.html
+++ b/error/503.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">
diff --git a/media/logo.svg b/media/logo.svg
index dcdc506..5b23f74 100755
--- a/media/logo.svg
+++ b/media/logo.svg
@@ -1,42 +1,42 @@
-<svg id="a1cc9e4c-f281-4a71-8c2a-f66150cb23fb" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1597.25 256">
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1597.25 256">
<defs>
<style>
- .b21e54f4-80ce-451e-b7cb-6bfa850b4ee0 {
- fill: #fff;
+ .st0 {
+ fill: #ddd;
}
</style>
</defs>
<g>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M428.368,230.479H369.276l44.368,76.76H324.908l29.448,51.24H502.184Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M221.644,281.521l44.368,76.761H325.1l-73.816-128Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M901.5,332.761,872.049,384h59.092Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M59.288,153.718H0L59.288,256,.2,358.282H59.288L117.988,256Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M236.564,153.718l73.816,128h59.092l-73.816-128Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M1004.957,153.718H945.865L886.969,256l59.092,102.282h59.092L945.865,256Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M206.724,307.239l-29.448,51.24h59.092Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M930.945,128h-58.9L901.5,179.239Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M502.38,153.718l-44.368,76.761,29.448,51.239,44.368-76.761h29.448l-58.9,102.282,29.448,51.239H590.92l-29.448-51.239,88.737-153.521Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M827.681,204.761,798.233,256l29.448,51.239H768.589l-29.448,51.239H857.325l29.448-51.239L857.325,256l29.448-51.239-29.448-51.24H768.589L679.853,307.043,709.3,358.282l88.736-153.521Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M473.129,153.718H325.3l29.447,51.239h88.737Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M679.853,153.718,591.116,307.239l29.448,51.239h59.092l-29.447-51.239,88.736-153.521Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M206.724,153.718H88.736l29.448,51.239h59.092L88.54,358.478h59.092l88.736-153.521Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M428.368,230.479H369.276l44.368,76.76H324.908l29.448,51.24H502.184Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M221.644,281.521l44.368,76.761H325.1l-73.816-128Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M901.5,332.761,872.049,384h59.092Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M59.288,153.718H0L59.288,256,.2,358.282H59.288L117.988,256Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M236.564,153.718l73.816,128h59.092l-73.816-128Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M1004.957,153.718H945.865L886.969,256l59.092,102.282h59.092L945.865,256Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M206.724,307.239l-29.448,51.24h59.092Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M930.945,128h-58.9L901.5,179.239Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M502.38,153.718l-44.368,76.761,29.448,51.239,44.368-76.761h29.448l-58.9,102.282,29.448,51.239H590.92l-29.448-51.239,88.737-153.521Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M827.681,204.761,798.233,256l29.448,51.239H768.589l-29.448,51.239H857.325l29.448-51.239L857.325,256l29.448-51.239-29.448-51.24H768.589L679.853,307.043,709.3,358.282l88.736-153.521Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M473.129,153.718H325.3l29.447,51.239h88.737Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M679.853,153.718,591.116,307.239l29.448,51.239h59.092l-29.447-51.239,88.736-153.521Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M206.724,153.718H88.736l29.448,51.239h59.092L88.54,358.478h59.092l88.736-153.521Z" transform="translate(0 -128)"/>
</g>
<g>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M1024,153.5h44.62c27.853,0,47.188,17.848,47.188,48.54,0,30.828-18.389,48.135-48.4,48.135H1024Zm41.1,73.283c12.981,0,22.039-8.382,22.039-24.743,0-15.954-8.517-25.148-22.039-25.148h-12.845v49.891Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M1122.428,153.5h25.555v19.335h-25.555Zm0,27.718h25.555v68.957h-25.555Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M1153.116,227.865h24.472c.406,5.679,3.922,9.059,10.411,9.059,5,0,8.789-1.757,8.789-5.949,0-5.679-7.977-6.355-16.9-7.707-11.628-1.757-25.014-4.867-25.014-22.174,0-14.2,14.467-22.039,31.369-22.039,20.957,0,31.909,7.842,32.856,21.363h-24.067c-.676-5.138-4.463-6.22-8.653-6.22-3.787,0-7.3,1.488-7.3,5,0,3.921,6.355,4.732,14.2,5.814,12.575,1.758,28.53,4.6,28.53,23.8,0,16.5-15.008,23.662-33.938,23.662C1167.448,252.474,1153.251,243.685,1153.116,227.865Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M1222.2,181.218h8.924V158.909h25.014v22.309h13.115v15.414h-13.115V224.62c0,6.9,4.867,7.031,12.844,6.49V249.9a52.364,52.364,0,0,1-12.573,1.623c-16.767,0-25.285-4.732-25.285-21.228V196.632H1222.2Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M1300.216,191.629h.405c5.544-8.653,12.17-11.9,20.958-11.9a9.824,9.824,0,0,1,4.192.676v21.769h-.541c-15.008-2.57-23.8,4.191-23.8,19.74v28.259h-25.554V181.218h24.337Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M1328.335,215.561c0-20.822,15.008-36.641,36.778-36.641,10.816,0,19.064,3.515,25.419,9.329,8.382,7.707,12.3,20.011,12.033,33.667h-49.216c1.488,7.977,5.814,12.845,13.521,12.845,4.461,0,7.707-1.758,9.6-5.138h24.743c-1.487,6.22-6.355,12.3-13.115,16.631-6.354,4.056-13.25,5.814-22.039,5.814C1343.479,252.068,1328.335,236.654,1328.335,215.561Zm25.014-7.166h23.8c-1.081-7.707-5.408-12.3-11.493-12.3C1358.622,196.091,1354.7,200.823,1353.349,208.4Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M1404.86,227.865h24.472c.4,5.679,3.921,9.059,10.411,9.059,5,0,8.789-1.757,8.789-5.949,0-5.679-7.977-6.355-16.9-7.707-11.628-1.757-25.014-4.867-25.014-22.174,0-14.2,14.467-22.039,31.368-22.039,20.958,0,31.91,7.842,32.857,21.363h-24.067c-.676-5.138-4.463-6.22-8.654-6.22-3.786,0-7.3,1.488-7.3,5,0,3.921,6.355,4.732,14.2,5.814,12.575,1.758,28.53,4.6,28.53,23.8,0,16.5-15.008,23.662-33.938,23.662C1419.192,252.474,1404.994,243.685,1404.86,227.865Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M1476.243,227.865h24.472c.406,5.679,3.922,9.059,10.411,9.059,5,0,8.79-1.757,8.79-5.949,0-5.679-7.978-6.355-16.9-7.707C1491.386,221.511,1478,218.4,1478,201.094c0-14.2,14.466-22.039,31.368-22.039,20.957,0,31.91,7.842,32.856,21.363h-24.067c-.676-5.138-4.462-6.22-8.653-6.22-3.787,0-7.3,1.488-7.3,5,0,3.921,6.355,4.732,14.2,5.814,12.574,1.758,28.529,4.6,28.529,23.8,0,16.5-15.008,23.662-33.937,23.662C1490.575,252.474,1476.378,243.685,1476.243,227.865Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M1024,261.661h28.259l31.639,54.355h.271V261.661h27.312v96.675h-29.2l-30.694-54.76h-.269v54.76H1024Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M1119.045,323.722c0-20.822,15.008-36.641,36.778-36.641,10.816,0,19.064,3.515,25.419,9.329,8.382,7.707,12.3,20.011,12.033,33.667h-49.216c1.488,7.977,5.814,12.846,13.521,12.846,4.461,0,7.707-1.758,9.6-5.139h24.743c-1.487,6.22-6.355,12.3-13.115,16.631-6.355,4.057-13.251,5.814-22.039,5.814C1134.189,360.229,1119.045,344.816,1119.045,323.722Zm25.014-7.166h23.8c-1.081-7.706-5.408-12.3-11.493-12.3C1149.332,304.252,1145.412,308.984,1144.059,316.556Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M1194.623,289.379h8.924V267.07h25.014v22.309h13.114v15.414h-13.114v27.988c0,6.9,4.866,7.032,12.844,6.491v18.793a52.373,52.373,0,0,1-12.574,1.623c-16.766,0-25.284-4.732-25.284-21.227V304.793h-8.924Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M1245.456,289.379h26.365l6.762,25.014c1.486,5.408,3.244,13.792,3.244,13.792h.27s1.759-8.519,3.246-14.333l5.949-24.473h21.634l5.949,24.473c1.487,5.949,3.244,14.6,3.244,14.6h.271s2.028-8.653,3.38-14.061l6.625-25.014h25.826l-21.9,68.957h-24.608l-7.031-28.664c-1.352-5.274-2.838-12.845-2.838-12.845h-.271s-1.488,7.571-2.84,12.845l-7.031,28.664h-24.2Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M1356.322,323.993c0-20.958,14.873-36.642,37.859-36.642s37.588,15.684,37.588,36.642-14.6,36.507-37.588,36.507S1356.322,344.951,1356.322,323.993Zm49.487,0c0-11.628-4.056-19.47-11.9-19.47s-11.628,7.842-11.628,19.47,3.787,19.471,11.628,19.471S1405.809,335.621,1405.809,323.993Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M1462.456,299.79h.406c5.544-8.653,12.169-11.9,20.957-11.9a9.824,9.824,0,0,1,4.192.676v21.769h-.541c-15.008-2.569-23.8,4.191-23.8,19.74v28.259h-25.555V289.379h24.337Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M1524.513,333.593l-5.273,5.813v18.93h-25.149V261.661h25.149v48.27l16.63-20.552h28.665L1541.549,314.8l25.691,43.538h-28.935Z" transform="translate(0 -128)"/>
- <path class="b21e54f4-80ce-451e-b7cb-6bfa850b4ee0" d="M1570.883,332.512h26.367v25.824h-26.367Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M1024,153.5h44.62c27.853,0,47.188,17.848,47.188,48.54,0,30.828-18.389,48.135-48.4,48.135H1024Zm41.1,73.283c12.981,0,22.039-8.382,22.039-24.743,0-15.954-8.517-25.148-22.039-25.148h-12.845v49.891Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M1122.428,153.5h25.555v19.335h-25.555Zm0,27.718h25.555v68.957h-25.555Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M1153.116,227.865h24.472c.406,5.679,3.922,9.059,10.411,9.059,5,0,8.789-1.757,8.789-5.949,0-5.679-7.977-6.355-16.9-7.707-11.628-1.757-25.014-4.867-25.014-22.174,0-14.2,14.467-22.039,31.369-22.039,20.957,0,31.909,7.842,32.856,21.363h-24.067c-.676-5.138-4.463-6.22-8.653-6.22-3.787,0-7.3,1.488-7.3,5,0,3.921,6.355,4.732,14.2,5.814,12.575,1.758,28.53,4.6,28.53,23.8,0,16.5-15.008,23.662-33.938,23.662C1167.448,252.474,1153.251,243.685,1153.116,227.865Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M1222.2,181.218h8.924V158.909h25.014v22.309h13.115v15.414h-13.115V224.62c0,6.9,4.867,7.031,12.844,6.49V249.9a52.364,52.364,0,0,1-12.573,1.623c-16.767,0-25.285-4.732-25.285-21.228V196.632H1222.2Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M1300.216,191.629h.405c5.544-8.653,12.17-11.9,20.958-11.9a9.824,9.824,0,0,1,4.192.676v21.769h-.541c-15.008-2.57-23.8,4.191-23.8,19.74v28.259h-25.554V181.218h24.337Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M1328.335,215.561c0-20.822,15.008-36.641,36.778-36.641,10.816,0,19.064,3.515,25.419,9.329,8.382,7.707,12.3,20.011,12.033,33.667h-49.216c1.488,7.977,5.814,12.845,13.521,12.845,4.461,0,7.707-1.758,9.6-5.138h24.743c-1.487,6.22-6.355,12.3-13.115,16.631-6.354,4.056-13.25,5.814-22.039,5.814C1343.479,252.068,1328.335,236.654,1328.335,215.561Zm25.014-7.166h23.8c-1.081-7.707-5.408-12.3-11.493-12.3C1358.622,196.091,1354.7,200.823,1353.349,208.4Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M1404.86,227.865h24.472c.4,5.679,3.921,9.059,10.411,9.059,5,0,8.789-1.757,8.789-5.949,0-5.679-7.977-6.355-16.9-7.707-11.628-1.757-25.014-4.867-25.014-22.174,0-14.2,14.467-22.039,31.368-22.039,20.958,0,31.91,7.842,32.857,21.363h-24.067c-.676-5.138-4.463-6.22-8.654-6.22-3.786,0-7.3,1.488-7.3,5,0,3.921,6.355,4.732,14.2,5.814,12.575,1.758,28.53,4.6,28.53,23.8,0,16.5-15.008,23.662-33.938,23.662C1419.192,252.474,1404.994,243.685,1404.86,227.865Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M1476.243,227.865h24.472c.406,5.679,3.922,9.059,10.411,9.059,5,0,8.79-1.757,8.79-5.949,0-5.679-7.978-6.355-16.9-7.707C1491.386,221.511,1478,218.4,1478,201.094c0-14.2,14.466-22.039,31.368-22.039,20.957,0,31.91,7.842,32.856,21.363h-24.067c-.676-5.138-4.462-6.22-8.653-6.22-3.787,0-7.3,1.488-7.3,5,0,3.921,6.355,4.732,14.2,5.814,12.574,1.758,28.529,4.6,28.529,23.8,0,16.5-15.008,23.662-33.937,23.662C1490.575,252.474,1476.378,243.685,1476.243,227.865Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M1024,261.661h28.259l31.639,54.355h.271V261.661h27.312v96.675h-29.2l-30.694-54.76h-.269v54.76H1024Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M1119.045,323.722c0-20.822,15.008-36.641,36.778-36.641,10.816,0,19.064,3.515,25.419,9.329,8.382,7.707,12.3,20.011,12.033,33.667h-49.216c1.488,7.977,5.814,12.846,13.521,12.846,4.461,0,7.707-1.758,9.6-5.139h24.743c-1.487,6.22-6.355,12.3-13.115,16.631-6.355,4.057-13.251,5.814-22.039,5.814C1134.189,360.229,1119.045,344.816,1119.045,323.722Zm25.014-7.166h23.8c-1.081-7.706-5.408-12.3-11.493-12.3C1149.332,304.252,1145.412,308.984,1144.059,316.556Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M1194.623,289.379h8.924V267.07h25.014v22.309h13.114v15.414h-13.114v27.988c0,6.9,4.866,7.032,12.844,6.491v18.793a52.373,52.373,0,0,1-12.574,1.623c-16.766,0-25.284-4.732-25.284-21.227V304.793h-8.924Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M1245.456,289.379h26.365l6.762,25.014c1.486,5.408,3.244,13.792,3.244,13.792h.27s1.759-8.519,3.246-14.333l5.949-24.473h21.634l5.949,24.473c1.487,5.949,3.244,14.6,3.244,14.6h.271s2.028-8.653,3.38-14.061l6.625-25.014h25.826l-21.9,68.957h-24.608l-7.031-28.664c-1.352-5.274-2.838-12.845-2.838-12.845h-.271s-1.488,7.571-2.84,12.845l-7.031,28.664h-24.2Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M1356.322,323.993c0-20.958,14.873-36.642,37.859-36.642s37.588,15.684,37.588,36.642-14.6,36.507-37.588,36.507S1356.322,344.951,1356.322,323.993Zm49.487,0c0-11.628-4.056-19.47-11.9-19.47s-11.628,7.842-11.628,19.47,3.787,19.471,11.628,19.471S1405.809,335.621,1405.809,323.993Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M1462.456,299.79h.406c5.544-8.653,12.169-11.9,20.957-11.9a9.824,9.824,0,0,1,4.192.676v21.769h-.541c-15.008-2.569-23.8,4.191-23.8,19.74v28.259h-25.555V289.379h24.337Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M1524.513,333.593l-5.273,5.813v18.93h-25.149V261.661h25.149v48.27l16.63-20.552h28.665L1541.549,314.8l25.691,43.538h-28.935Z" transform="translate(0 -128)"/>
+ <path class="st0" d="M1570.883,332.512h26.367v25.824h-26.367Z" transform="translate(0 -128)"/>
</g>
</svg>
diff --git a/meta/sitemap/index.html b/meta/sitemap/index.html
index 76443a9..7fb9538 100755
--- a/meta/sitemap/index.html
+++ b/meta/sitemap/index.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">
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