27 lines
843 B
HTML
27 lines
843 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Eduvos Books</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1>Eduvos Books</h1>
|
|
<h2 style="font-size: 16px; color: gray;">
|
|
Please note. These books are cracked copies and NOT official retail copies.
|
|
I am not liable for any incorrect or unofficial pdf files. Also note that if
|
|
something was to go wrong, the site will be shut down WITHOUT notice.
|
|
</h2>
|
|
<input type="text" id="search" placeholder="Search files..." />
|
|
|
|
<nav id="breadcrumb" class="breadcrumb"></nav>
|
|
|
|
<ul id="file-list" class="file-list"></ul>
|
|
</div>
|
|
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|