diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-03-31 12:36:00 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-03-31 12:36:00 +0000 |
| commit | 4cb279a4d7f5649e00edda638dc97c51cb5bfd91 (patch) | |
| tree | dda64568d010b57c48ef8bb96bb345aa517de1da /brain.html | |
| parent | 117590d6d1a5370043bd56483c5a0f1465663cc2 (diff) | |
added temporary pages
Diffstat (limited to 'brain.html')
| -rw-r--r-- | brain.html | 34 |
1 files changed, 29 insertions, 5 deletions
@@ -1,5 +1,29 @@ -<a href="library.html">library</a> -<a href="thoughts.html">thoughts</a> -<a href="muse.html">muse</a> -<a href="poetry.html">poetry</a> -<p>temporary page</p>
\ No newline at end of file +<!DOCTYPE HTML> +<html> + <head> + <style> + a { + font-size: 16pt; + } + + a:hover { + font-style: italic; + } + </style> + </head> + <body> + <h1>Brain/</h1> + <a href="library.html">library</a> + <br> + <a href="thoughts.html">thoughts</a> + <br> + <a href="muse.html">muse</a> + <br> + <a href="poetry.html">poetry</a> + <br> + <a href="poem/index.html">hypertext</a> + <br> + <a href="https://radio.softmachine.dev/">radio</a> + <p>temporary page</p> + </body> +</html> |
