diff options
Diffstat (limited to 'muse.html')
| -rw-r--r-- | muse.html | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -38,9 +38,12 @@ } </style> </head> -<body class="art"> +<body class="art"> + <div class="top"> + <h1>Muse</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>   @@ -50,7 +53,7 @@ <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="projects.html">projects</a>   <a href="links.html">links</a>   </span> <hr> |
