unstructured/example-docs/fake-html-with-footer-and-header.html

16 lines
175 B
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html>
<header>
<p>Header</p>
</header>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
<footer>
<p>Footer</p>
</footer>
</html>