summaryrefslogtreecommitdiff
path: root/articles/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'articles/template.html')
-rw-r--r--articles/template.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/articles/template.html b/articles/template.html
new file mode 100644
index 0000000..f908cab
--- /dev/null
+++ b/articles/template.html
@@ -0,0 +1,27 @@
1<!DOCTYPE html>
2<html lang=en>
3 <head>
4 <title></title>
5 <meta charset="utf-8"/>
6 <link rel="shortcut icon" href="favicon.ico"/>
7 <link rel='stylesheet' href='../style.css'/>
8 <meta name="viewport" content="width=device-width, initial-scale=1">
9 </head>
10<body>
11 <header><h1>Article</h1></header>
12 <main>
13 </main>
14<p>
15<hr>
16Consider <a href=../donate.html>donating</a> if this article was useful.
17<a class=qr href=../images/bitcoin.png>[BTC]</a>
18</p>
19 </main>
20 <footer>
21 <a href=../kb.html>Knowledge Base</a>
22 <br>
23 <a href=../index.html>www.chudnick.com</a>
24 </footer>
25</body>
26</html>
27