feat: Add core rules
This commit is contained in:
27
books/natural-fantasy-atlas/95.html
Normal file
27
books/natural-fantasy-atlas/95.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document Header Metadata</title>
|
||||
<link rel="stylesheet" href="book-page.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="metadata-block">
|
||||
<header style="display: flex; justify-content: space-between; align-items: center;">
|
||||
<div class="page-number">Page 94</div>
|
||||
</header>
|
||||
|
||||
<p style="margin-top: 20px;">
|
||||
<span class="label">Customer Type:</span>
|
||||
</p>
|
||||
<p>
|
||||
<!-- Structuring the order details as a key/value pair -->
|
||||
<span class="label">Order Identifier:</span>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user