commit - ca3ca403aa8ffe3108c43b202a7709e3bc043912
commit + e5faee711dde9ccd70a0af34222cf6b80bb09331
blob - f8414f0ed249bcd37e1e632bd5efb65286cf87ee (mode 644)
blob + /dev/null
--- templates/404.html
+++ /dev/null
-<!doctype html>
-<title>404 Not Found</title>
-<h1>404 Not Found</h1>
blob - 593f25ef3fc79f620197be89cd09ae262882ccbf (mode 644)
blob + /dev/null
--- templates/base.html
+++ /dev/null
-<!-- vim: set tw=79 cc=80 ts=2 sw=2 sts=2 et ft=html : -->
-<!doctype html>
-<html lang="pt">
-<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="author" content="murilo ijanc'">
- <meta name="keywords"
- content="programação, computadores, linguagem, bsd, música">
- <meta name="robots" content="noai, noimageai">
- <meta name="description" content="{{description}}">
- <link rel="alternate" type="application/atom+xml"
- title="MuriloIjanc-Feed" href="/rss.xml">
- <title>{{title}}</title>
- <link href="/favicon.ico" rel="shortcut icon">
- <link rel="stylesheet" href="/static/style.css">
-</head>
-<body>
-<nav>
- <p>
- <a href="/">Início</a> |
- <a href="/about.html">Sobre</a> |
- <a href="/repos.html">Repos</a> |
- <a href="/contact.html">Contato</a> |
- <a href="/rss.xml">RSS
- <img src="/static/rss.svg" alt="Rss Icon" height="12"></a>
- </p>
-</nav>
-<main>
- {{content}}
- {{posts}}
-</main>
-<footer>
- <hr>
- <p class="webrings">
- <a href="https://webring.xxiivv.com/">
- <img src="/static/xxiivv-webring.svg" alt="XXIIVV webring"
- width="26" height="26"></a> |
- <a href="http://geekring.net/site/NUMBER/previous"><</a>
- <a href="https://geekring.net/">GeekRing</a>
- <a href="http://geekring.net/site/NUMBER/next">></a>
- </p>
- <p>
- Powered by
- <a href="https://www.openbsd.org">OpenBSD</a>,
- <a href="https://man.openbsd.org/httpd.8">httpd(8)</a>,
- <a href="https://man.openbsd.org/relayd.8">relayd(8)</a>, e
- <a href="https://got.ijanc.org/?action=summary&path=kssg.git">kssg</a>
- </p>
-</footer>
-</body>
-</html>