Logo

index : blog

---

  • summary
  • about
  • tree
  • log
  • branches
<< path: root/public/blog.git/html/templates/index.html blob: 1113825a56f0c5d8033a17f921b8c0a18962b58a [raw] [clear marker]

        
0<!DOCTYPE html>
1<html style="background-color: #212027">
2<head>
3 <meta charset="UTF-8">
4 <meta name="viewport" content="width=device-width, initial-scale=1.0">
5 <meta name="color-scheme" content="dark">
6 <link rel="icon" type="image/x-icon" href="favicon.png">
7
8 <title>{{ :page_title: }}</title>
9
10 <style>
11{{ :css: }}
12 </style>
13</head>
14<body>
15<div class="main">
16 <div class="header"><div class="skew">{{ :header_title: }}</div></div>
17 <div class="link-box">
18 <div class="link-grid">
19 {{ loop:nav_bar:<a href="%1" target="_%2"><div>%3</div></a> }}
20 </div>
21 </div>
22
23 {{ :body_content: }}
24
25 <div class="footer link">
26 {{ loop:footer_text:%&nbsp;&bull; }}
27 <a href="#">&#8593; Go to Top</a>
28 </div>
29</div>
30</body>
31</html>
32
33
Copyright 2026  E766CB298A6D1E64 | Git-Thing heavily inspired by cgit