update everything
gmirator is now in its own repo and rewritten in Python. the rest of the content was updated
This commit is contained in:
parent
728985bb1d
commit
9d76c3fa2a
21 changed files with 57 additions and 257 deletions
9
html-helper/footer-part.html
Normal file
9
html-helper/footer-part.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
</body>
|
||||
<footer>
|
||||
<hr>
|
||||
<ul>
|
||||
<li>Mail me: steven.gibone <at> zaclys (dot) net</li>
|
||||
<li><a rel=me href="https://mastodon.zaclys.com/@lonion">My mastodon profile<a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
</html>
|
18
html-helper/header-part.html
Normal file
18
html-helper/header-part.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE HTML>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>PAGETITLE</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/style.css" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/index.html">/home/stev</a></li>
|
||||
<li><a href="/gemlog/index.html">~/logs</a></li>
|
||||
</ul>
|
||||
</nav>
|
Loading…
Add table
Add a link
Reference in a new issue