create a simpler header for non-main pages

This commit is contained in:
filifa 2024-10-05 18:41:27 -05:00
parent dbe78c799a
commit d67b31bc40
3 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,9 @@
</head> </head>
<body> <body>
<header>
<p id="headermain"><a id="homelink" href="/">dairydemon.net</a></p>
</header>
<main> <main>
<article> <article>
<h1>About.</h1> <h1>About.</h1>

View File

@ -9,6 +9,9 @@
</head> </head>
<body> <body>
<header>
<p id="headermain"><a id="homelink" href="/">dairydemon.net</a></p>
</header>
<main> <main>
<article> <article>
<h1>Attributions.</h1> <h1>Attributions.</h1>

View File

@ -9,6 +9,9 @@
</head> </head>
<body> <body>
<header>
<p id="headermain"><a id="homelink" href="/">dairydemon.net</a></p>
</header>
<main> <main>
<nav> <nav>
<h2>Contents</h2> <h2>Contents</h2>