diff options
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> |
