-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpages.html
More file actions
52 lines (46 loc) · 1.04 KB
/
Copy pathpages.html
File metadata and controls
52 lines (46 loc) · 1.04 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Type: Template
<!-- -->
Title: Pages
<!DOCTYPE html>
<html lang="en">
<head>
<title>{weblog-title}{separator}{post-title}</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
property="og:image"
content="https://profiles.cache.lol/ines/picture?63b2ecf62cfbd"
/>
<link
rel="stylesheet"
type="text/css"
href="https://ines.b-cdn.net/css/style.css"
/>
{feeds}
</head>
<body>
<div class="content">
<header>
<div class="header-container">
<img id="avatar" src="https://ines.b-cdn.net/avatar.jpg" alt="avatar" />
<a href="https://ines.weblog.lol">
<h1 class="weblog-title">{weblog-title}</h1>
</a>
</div>
</header>
{navigation}
<hr />
<main id="pages">{body}</main>
<hr />
<footer>
<a href="https://weblog.lol">
<img src="https://ines.b-cdn.net/omglol.svg" />
</a>
</footer>
<script
src="https://tinylytics.app/embed/VuGieVvhPAKKsa8FmFDh.js?kudos=❤️"
defer
></script>
</div>
</body>
</html>