mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-06-27 02:30:08 +00:00
16 lines
175 B
HTML
16 lines
175 B
HTML
<!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>
|