Files
2024-01-15 20:14:10 +00:00

15 lines
258 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>Title</h1>
<section>
<h1>Heading</h1>
<p>This is a paragraph</p>
</section>
<p1>And this is another paragraph.</p1>
</body>
</html>