summaryrefslogtreecommitdiff
path: root/brain.html
diff options
context:
space:
mode:
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>