summaryrefslogtreecommitdiff
path: root/brain.html
diff options
context:
space:
mode:
authorRadiohotline <radiohotline@disroot.org>2026-03-31 12:36:00 +0000
committerRadiohotline <radiohotline@disroot.org>2026-03-31 12:36:00 +0000
commit4cb279a4d7f5649e00edda638dc97c51cb5bfd91 (patch)
treedda64568d010b57c48ef8bb96bb345aa517de1da /brain.html
parent117590d6d1a5370043bd56483c5a0f1465663cc2 (diff)
added temporary pages
Diffstat (limited to 'brain.html')
-rw-r--r--brain.html34
1 files changed, 29 insertions, 5 deletions
diff --git a/brain.html b/brain.html
index f631534..181b807 100644
--- a/brain.html
+++ b/brain.html
@@ -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>