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>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
<title>The Fold Within</title>
|
<title>The Fold Within</title>
|
||||||
<link rel="stylesheet" href="styles.css">
|
<link rel="stylesheet" href="styles.css"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<nav>
|
<nav>
|
||||||
<div class="logo">△◎△</div>
|
<div class="logo">△◎△</div>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#">About</a></li>
|
<li><a href="#/">About</a></li>
|
||||||
<li><a href="#">Archive</a></li>
|
<li><a href="#/">Archive</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="hero">
|
<div class="hero">
|
||||||
|
|
@ -23,11 +23,10 @@
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<section class="latest">
|
<section class="latest">
|
||||||
<div id="posts" class="grid">
|
|
||||||
<p style="text-align:center;color:#b89f50">Loading posts...</p>
|
|
||||||
</div>
|
|
||||||
<h2>Latest</h2>
|
<h2>Latest</h2>
|
||||||
<div id="posts" class="grid"></div>
|
<div id="posts" class="grid">
|
||||||
|
<p class="loading">Loading posts…</p>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue