-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 889 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
32
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="description" content="intuitive and light blog base for the modern web." />
<meta name="theme-color" content="#6c5ce7" />
<meta name="viewport" content="width=device-width" />
<title>leader</title>
<link rel="preload" href="css/main.css" as="style" />
<link rel="stylesheet" href="css/main.css" />
<script type="module" src="js/main.js"></script>
</head>
<body>
<h1>leader</h1>
<p>intuitive and light blog base for the modern web.</p>
<div>
<noscript>
<p>
<strong>
<em>
— looks like you have javascript disabled.
enable it for this site to be fully functional.
</em>
</strong>
</p>
</noscript>
</div>
<p>
<a href="https://github.com/often/leader" target="_blank" rel="noopener">built with leader</a>
</p>
</body>
</html>