20 lines
465 B
HTML
20 lines
465 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Document Snippet</title>
|
|
<link rel="stylesheet" href="book-page.css" />
|
|
</head>
|
|
<div class="container">
|
|
<header>
|
|
<div class="page-number">170</div>
|
|
<div class="document-info">
|
|
<h2>W W</h2>
|
|
</div>
|
|
</header>
|
|
|
|
<section class="details"></section>
|
|
</div>
|
|
</html>
|