This commit is contained in:
Marc Beninca 2025-02-10 15:36:53 +01:00
parent 9899d4238e
commit 1da6b149a0
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,17 +1,20 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="description" content="Brief description of page."> <meta name="description" content="Brief description of page.">
<meta name="keywords" content="keyword, wordkey"> <meta name="keywords" content="keyword, wordkey">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Title.</title> <title>Title.</title>
<link rel="stylesheet" href="style/main.css"> <link rel="stylesheet" href="style/main.css">
</head> <script defer src="script/debug.js"></script>
</head>
<body> <body>
<!-- headers -->
<header id="debug"> <header id="debug">
</header> </header>
@ -27,8 +30,9 @@
</nav> </nav>
</header> </header>
<main> <!-- main -->
<main>
<!-- Comment. --> <!-- Comment. -->
<h1>This is some long root heading</h1> <h1>This is some long root heading</h1>
@ -39,7 +43,6 @@
<a href="relative/destination">Go elsewhere…</a> <a href="relative/destination">Go elsewhere…</a>
<div class="columns"> <div class="columns">
<div> <div>
First column to describe the associated First column to describe the associated
@ -51,7 +54,6 @@
</div> </div>
<div class="wrapper"> <div class="wrapper">
<section> <section>
<h2>A Heading</h2> <h2>A Heading</h2>
<ol>Ordered: <ol>Ordered:
@ -60,7 +62,6 @@
</ol> </ol>
<p>Another paragraph.</p> <p>Another paragraph.</p>
</section> </section>
<section> <section>
<h2><span class="thing">Another</span> Heading</h2> <h2><span class="thing">Another</span> Heading</h2>
<ul>Unordered: <ul>Unordered:
@ -69,7 +70,6 @@
</ul> </ul>
<time>Time.</time> <time>Time.</time>
</section> </section>
<section> <section>
<h2>Yet Another Heading</h2> <h2>Yet Another Heading</h2>
<h3>Sub Heading</h3> <h3>Sub Heading</h3>
@ -78,17 +78,17 @@
Yet another paragraph that is quite a bit longer than others. Yet another paragraph that is quite a bit longer than others.
</p> </p>
</section> </section>
</div> </div>
</main> </main>
<!-- footers -->
<footer> <footer>
Footer. Footer.
</footer> </footer>
<script src="script/debug.js" defer></script> <!-- </> -->
</body> </body>
</html> </html>