2024-01-27 16:07:50 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Document</title>
|
|
|
|
<link rel="stylesheet" href="reset.css">
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
<script src="script.js" defer></script>
|
2024-01-27 22:07:15 +00:00
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
2024-01-27 16:07:50 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-01-27 22:07:15 +00:00
|
|
|
<header>
|
|
|
|
<h1>boocks</h1>
|
|
|
|
</header>
|
|
|
|
<div id="books">
|
|
|
|
|
|
|
|
</div>
|
2024-01-27 16:07:50 +00:00
|
|
|
</body>
|
|
|
|
</html>
|