Update index.html
This commit is contained in:
parent
c0c467aebe
commit
08ce77ea13
1 changed files with 8 additions and 9 deletions
17
index.html
17
index.html
|
|
@ -1,18 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>The Fold Within</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<link rel="stylesheet" href="styles.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<nav>
|
||||
<div class="logo">△◎△</div>
|
||||
<ul>
|
||||
<li><a href="#">About</a></li>
|
||||
<li><a href="#">Archive</a></li>
|
||||
<li><a href="#/">About</a></li>
|
||||
<li><a href="#/">Archive</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="hero">
|
||||
|
|
@ -23,11 +23,10 @@
|
|||
|
||||
<main>
|
||||
<section class="latest">
|
||||
<div id="posts" class="grid">
|
||||
<p style="text-align:center;color:#b89f50">Loading posts...</p>
|
||||
</div>
|
||||
<h2>Latest</h2>
|
||||
<div id="posts" class="grid"></div>
|
||||
<div id="posts" class="grid">
|
||||
<p class="loading">Loading posts…</p>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue