commit 0e3d8cf88d5c14032d055559512f26e6db2e13b4
parent b192507aa0584ab551b4bffedc890a7e213f7e14
Author: pyratebeard <root@pyratebeard.net>
Date: Mon, 8 Jun 2026 22:58:49 +0100
style: adds class to headers
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/links/index.html b/links/index.html
@@ -7,7 +7,7 @@
</head>
<body>
<header>
-<span><h1>curated links</h1></span>
+<span><h1 class="header">curated links</h1></span>
<p><a href="/">who</a> :: <a href="https://log.pyratebeard.net">log</a> :: <a href="https://git.pyratebeard.net">git</a> :: <a href="/uses">uses</a> :: <a href="/links" class="dead">links</a></p>
</header>
<div class="container">
diff --git a/uses/index.html b/uses/index.html
@@ -7,7 +7,7 @@
</head>
<body>
<header>
-<span><h1>equipment and warez</h1></span>
+<span><h1 class="header">equipment and warez</h1></span>
<p><a href="/">who</a> :: <a href="https://log.pyratebeard.net">log</a> :: <a href="https://git.pyratebeard.net">git</a> :: <a class="dead">uses</a> :: <a href="/links">links</a></p>
</header>
<div class="container">