HTML semantic

change div to semantic html
This commit is contained in:
hucste 2021-10-02 10:05:57 +00:00
parent 7ab479f66b
commit 87ce97575b
1 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
<div id="title"><a href="https://webzine.puffy.cafe">OpenBSD Webzine</a></div>
<header>
<h1 id="title"><a href="https://webzine.puffy.cafe">OpenBSD Webzine</a></h1>
<div id="banner">
<div>ISSUE #__ISSUE__</div>
<div>__DATE__</div>
<p>ISSUE #__ISSUE__</p>
<p><time datetime="__DATE__">__DATE__</time></p>
</div>
</header>
<main>