-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (25 loc) · 860 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html id="homepage">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="/_assets/main.css" />
<title>sceptri</title>
</head>
<body>
<div class="homepage-main">
<div class="homepage-title-area">
<h1 class="homepage-title">Sceptri's site mainly used for online note sharing</h1>
<h2 class="homepage-subtitle">Generated by Joplin Pages Publisher</h2>
</div>
<nav class="homepage-navigation">
<ul>
<li><a href="/archives">Archives</a></li>
<li><a href="/about">About</a></li>
<li><a href="/rss.xml">RSS</a></li>
</ul>
</nav>
</div>
</body>
</html>