feat: Links to pages
This commit is contained in:
@@ -1,23 +1 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Document Content</title>
|
||||
<link rel="stylesheet" href="book-page.css" />
|
||||
</head>
|
||||
<header>
|
||||
<h1>Document Content Extract</h1>
|
||||
</header>
|
||||
|
||||
<main class="content-message">
|
||||
<h2>Message</h2>
|
||||
<p>The outside world is vast and the sins of the past are many.</p>
|
||||
<p>Hold tight to each other and never stop dreaming!</p>
|
||||
<!-- Assuming the single letters 'y', 'z', 'O' and 'j'/'y' were artifacts and omitted for clean display -->
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p><strong>Metadata Information:</strong></p>
|
||||
</footer>
|
||||
</html>
|
||||
<!doctype html><html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Document Content</title> <link rel="stylesheet" href="book-page.css" /> </head> <header> <h1>Document Content Extract</h1> </header> <main class="content-message"> <h2>Message</h2> <p>The outside world is vast and the sins of the past are many.</p> <p>Hold tight to each other and never stop dreaming!</p> <!-- Assuming the single letters 'y', 'z', 'O' and 'j'/'y' were artifacts and omitted for clean display --> </main> <footer> <p><strong>Metadata Information:</strong></p> </footer></html>
|
||||
Reference in New Issue
Block a user