diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-02-17 11:04:50 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-02-17 11:04:50 +0000 |
| commit | 73ada98fb48514c51bd3e4b50c1d66ee2772870e (patch) | |
| tree | 9f1b456fda8bea4ef19bf616c13b626550610af8 /projects.html | |
| parent | d467386647277a2b3c40bc149d97c699903b68d3 (diff) | |
fix eyes and other css errors
Diffstat (limited to 'projects.html')
| -rw-r--r-- | projects.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/projects.html b/projects.html index e748429..9e7127c 100644 --- a/projects.html +++ b/projects.html @@ -7,21 +7,23 @@ <meta name="description" content="The Weight of Comfort">
<meta name="keywords" content="Personal, Music, Poetry, Art, Radiohotline, Teethinvitro">
<meta name="author" content="Radiohotline">
- <title>Projects</title>
+ <title>Soft Machine | Projects</title>
</head>
<body>
+ <div class="top">
+ <h1>Poetry</h1>
+ <h1 class="logo"><a href="index.html">Soft Machine</a></h1>
+ </div>
<nav>
- <h1>Soft Machine</h1>
<span>
- <a href="house.html">home</a>  
<a href="about.html">about</a>  
<a href="art.html">art</a>  
<a href="music.html">music</a>  
<a href="thoughts.html">thoughts</a>  
<a href="muse.html">muse</a>  
<a href="poetry.html">poetry</a>  
- <a href="books.html">library</a>  
- <a href="projects.html">projects</a>  
+ <a href="library.html">library</a>  
+ <a href="projects.html">projects</a>  
<a href="links.html">links</a>  
</span>
<hr>
|
