help/rtfd/public/html/index.html
2025-01-26 17:49:23 +01:00

63 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Brief description of page.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Title.</title>
<link rel="stylesheet" href="style/main.css">
</head>
<body>
<header>
Header.
<img src="images/logo.svg" alt="Logo of the website.">
</header>
<main>
<!-- Comment. -->
<h1>Root heading</h1>
<div class="sectionless">
<p><span class="thing">It</span> is <strong>important</strong>.</p>
<p>Oh yeah, <em>sure</em></p>
</div>
<a href="relative/destination">Go elsewhere…</a>
<img src="images/debanner.jpeg" alt="Debian banner.">
<div class="wrapper">
<section>
<h2>A Heading</h2>
<ol>Ordered:
<li>Some item</li>
<li>Another item</li>
</ol>
<p>Another paragraph.</p>
</section>
<section>
<h2><span class="thing">Another</span> Heading</h2>
<ul>Unordered:
<li>Some item</li>
<li>Another item</li>
</ul>
<time>Time.</time>
</section>
</div>
</main>
<footer>
Footer.
</footer>
</body>
</html>