all repos — breadsite @ 1ede74ee8d51dcd8afc0e2ac4d0cd8aeeda651a9

Unnamed repository; edit this file 'description' to name the repository.

add visor blog site
confuseddbread confuseddbread@gmail.com
Sat, 10 Jan 2026 11:18:13 +0100
commit

1ede74ee8d51dcd8afc0e2ac4d0cd8aeeda651a9

parent

28884b53f934a180640f50c762685eb3b889edc4

2 files changed, 28 insertions(+), 0 deletions(-)

jump to
A blog/visor.html

@@ -0,0 +1,17 @@

+<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>visor | 6B74-4's site</title> + <link href="/style.css" rel="stylesheet"/> +</head> +<body> + <h1>Blog on this one's visor and modifications</h1> + <section id="about"> + <h2><a href="#about" aria-hidden="true">#</a> About this page</h2> + <p>This page documents the making and modification of this one's visor. It was created after the Visor was already built, so details and images up until that point may be missing. This one will however try to log future modifications in more detail.</p> + </section> + <code>[ under construction ]</code> +</body> +</html>
M index.htmlindex.html

@@ -37,5 +37,16 @@ </td>

</tr> </table> </section> + <section id="blog"> + <h2><a href="#blog" aria-hidden="true">#</a> Blog</h2> + <p> + List of blog posts, mostly documenting projects. + </p> + <ul> + <li> + <a href="blog/visor.html">visor</a> + </li> + </ul> + </section> </body> </html>