diff options
| author | u <@> | 2026-03-10 12:16:22 +0200 |
|---|---|---|
| committer | u <@> | 2026-03-10 12:16:22 +0200 |
| commit | 4740e3d8ca6d9f717e589386d77a678c34a9b90d (patch) | |
| tree | a4517b0df66ff4785e54add691d84a5fb51567da /assets/_ | |
| parent | 3b8d4c4f0d03d7e0951049611384c61d1d498f3a (diff) | |
a
Diffstat (limited to 'assets/_')
| -rw-r--r-- | assets/_/about.html | 5 | ||||
| -rw-r--r-- | assets/_/header.html | 93 | ||||
| -rw-r--r-- | assets/_/home.html | 5 | ||||
| -rw-r--r-- | assets/_/menu.html | 5 |
4 files changed, 0 insertions, 108 deletions
diff --git a/assets/_/about.html b/assets/_/about.html deleted file mode 100644 index e46ece1..0000000 --- a/assets/_/about.html +++ /dev/null @@ -1,5 +0,0 @@ -<p style="padding: 1vw;"> -Ataxia is a nervous system dysfunction consisting of poor coördination of muscle movements such as gait abnormalities, slurring of speech, and eye movement issues. -<br><br> -Hosted on <a href="https://developers.cloudflare.com/workers/">Cloudflare Workers</a>. Source available once I sort the mess out. -</p> diff --git a/assets/_/header.html b/assets/_/header.html deleted file mode 100644 index 7fd3553..0000000 --- a/assets/_/header.html +++ /dev/null @@ -1,93 +0,0 @@ -<!doctype html> -<!-- vi: set et ft=html ts=2 sts=2 sw=2 fenc=utf-8 :vi --> -<style> -/* i dont know css im so fucking sorry ill fix it l8r */ -pre { - white-space: pre-wrap; - white-space: -moz-pre-wrap; - white-space: -pre-wrap; - white-space: -o-pre-wrap; - word-wrap: break-word; -} -.remark { - box-sizing: content-box; - border-top: 0px solid #000; - border-left: 0px solid #000; - border-right: 0px solid #000; - border-bottom: 1px solid #000; - padding: 1vw; - padding-top: 0; -} -.nav { - border-bottom: 1px solid #000; - padding: 1vw; - padding-top: 0; -} -main { - border: 1px #000 solid; -} -body { - background-color: #eee; -} - -@media only screen and (min-width: 800px) { - - p, a.sec, pre { - padding: 0 4vw; - /*align: center; - display:flex; - align-items: center; - justify-content: center;*/ - } -} -pre { - font-size: 12pt; -} -a, p { font-size: 14pt; } -a.splink { color: #005953; font-size: inherit; } -a.sec, a.menu, a.menuon { - color: #005953; - font-family: 'Iansui', serif; - font-size: 1.5em; -} -a.sec:link, a.sec:visited, a.sec:active { - text-decoration: none; -} -a.sec:hover, a.sec:focus { - text-decoration: underline; -} -a.menu:link, a.menu:visited, a.menu:active { - text-decoration: none; -} -a.menu:hover, a.menu:focus { - text-decoration: underline; -} -@media (prefers-color-scheme: dark) { - body { - background-color: #222; - color: #dcdccc; - } - .nav, .remark { - border-bottom: 1px solid #dcdccc; - } - main { - border: 1px #dcdccc solid; - } - a.splink, a.sec, a.menu, a.menuon { color: #51bd96; } -} -@font-face { - font-family: 'Iansui'; - font-style: normal; - font-display: swap; - font-weight: 400; - src: url(/_/iansui.woff2) format('woff2'); - unicode-range: U+3000-303F,U+3105-312F,U+4E00-9FFF; -} -body { - max-width: 960px; - margin-left: auto; - margin-right: auto; -} - -</style> -<meta name="viewport" content="width=device-width, initial-scale=1.0" /> diff --git a/assets/_/home.html b/assets/_/home.html deleted file mode 100644 index ca857bd..0000000 --- a/assets/_/home.html +++ /dev/null @@ -1,5 +0,0 @@ -<p style="padding: 1vw"> -No. Stop. -<br><br> -Check out <a href="/shitpit">the shitpit</a> in the meantime. -</p> diff --git a/assets/_/menu.html b/assets/_/menu.html deleted file mode 100644 index 1ea53c8..0000000 --- a/assets/_/menu.html +++ /dev/null @@ -1,5 +0,0 @@ -<div class="nav"> -<a class="menu" href="/">home</a> / -<a class="menu" href="/shitpit">shitpit</a> / -<a class="menu" href="/about">about</a> -</div> |
