41 lines
1.1 KiB
HTML
41 lines
1.1 KiB
HTML
|
|
||
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Backlog of unwatched anime</title>
|
||
|
<link rel="stylesheet" href="css/styles.css?v=71">
|
||
|
<link rel="apple-touch-icon" sizes="180x180" href="./icons/apple-touch-icon.png">
|
||
|
<link rel="icon" type="image/png" sizes="32x32" href="./icons/favicon-32x32.png">
|
||
|
<link rel="icon" type="image/png" sizes="16x16" href="./icons/favicon-16x16.png">
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<!-- Tabs for Years -->
|
||
|
<div class="tabs">
|
||
|
<div class="tabs-container">
|
||
|
<div id="year-tabs" class="tabs"></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<!-- Content Area -->
|
||
|
<div id="content">
|
||
|
<!-- Tables and Forms will be loaded here -->
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<!-- Edit Modal -->
|
||
|
<div id="edit-modal" class="modal">
|
||
|
<div class="modal-content">
|
||
|
<span id="close-modal" class="close-button">×</span>
|
||
|
<form id="edit-form" class="form-container">
|
||
|
<!-- Form fields will be loaded here -->
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<script src="js/main.js?v=72"></script>
|
||
|
</body>
|
||
|
</html>
|