help/rtfd/public/html/index.html

34 lines
430 B
HTML
Raw Normal View History

2025-01-24 14:21:15 +01:00
<!DOCTYPE html>
<html>
<head>
2025-01-24 14:36:15 +01:00
<title>Title.</title>
2025-01-24 14:21:15 +01:00
</head>
<body>
2025-01-24 14:36:15 +01:00
<!-- Comment. -->
<h1>Root heading</h1>
2025-01-24 14:21:15 +01:00
2025-01-24 14:36:15 +01:00
<p>A paragraph.</p>
2025-01-24 14:21:15 +01:00
2025-01-24 14:36:15 +01:00
<h2>A Heading</h2>
<ol>Ordered:
<li>Some item</li>
<li>Another item</li>
</ol>
<p>Another paragraph.</p>
<h2>Another Heading</h2>
<ul>Unordered:
<li>Some item</li>
<li>Another item</li>
</ul>
2025-01-24 14:21:15 +01:00
<time>Time.</time>
<footer>Footer.</footer>
</body>
</html>