Update index.html
This commit is contained in:
parent
615da89e8f
commit
0fe3e31c5b
1 changed files with 4 additions and 1 deletions
|
|
@ -4,6 +4,9 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<title>The Fold Within</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
||||
<script defer src="app.js"></script>
|
||||
|
|
@ -28,7 +31,7 @@
|
|||
</select>
|
||||
<input id="searchBox" placeholder="Search titles...">
|
||||
</div>
|
||||
<ul id="postList"></ul>
|
||||
<ul id="postList" role="list" aria-label="Posts list"></ul>
|
||||
</aside>
|
||||
|
||||
<main id="content" class="content">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue