diff options
| -rw-r--r-- | templates/base.html | 32 | ||||
| -rw-r--r-- | templates/index.html | 2 |
2 files changed, 17 insertions, 17 deletions
diff --git a/templates/base.html b/templates/base.html index b89bd51..bb64859 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,28 +1,26 @@ <!doctype html> <html lang="en"> <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>{% block title %} {% endblock title %}</title> - <link rel="stylesheet" href="/style.css" type="text/css" /> + <link rel="stylesheet" href="/style.css" type="text/css"> <link rel="alternate" type="application/rss+xml" title="sakamoto.network" - href="/rss.xml" - /> - <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> - <meta property="og:type" content="website" /> - <meta property="og:description" content="sakamoto.network" /> + href="/rss.xml"> + <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> + <meta property="og:type" content="website"> + <meta property="og:description" content="sakamoto.network"> <meta name="viewport" - content="width=device-width, initial-scale=1.0, user-scalable=yes" - /> - <meta name="color-scheme" content="light dark" /> + content="width=device-width, initial-scale=1.0, user-scalable=yes"> + <meta name="color-scheme" content="light dark"> </head> <body> <!-- from sizeof.cat --> - <script type="text/javascript" src="/favicons.js"></script> + <script src="/favicons.js"></script> <script> document.addEventListener("DOMContentLoaded", function (event) { favicons(); @@ -35,22 +33,24 @@ src="/favicon.ico" alt="sakamoto" style="width: 25px; height: 25px" - /></a> + ></a> <nav> <a href="https://git.sakamoto.network">git</a> <a href="/blog">blog</a> </nav> </header> - <hr /> + <hr> <main>{% block content %} {% endblock content %}</main> - <hr /> + <hr> <footer> - <p>No rights reserved. - <a href="https://xn--gckvb8fzb.com/faq/#trust">Birds aren't real.</a> </p> + <p> + No rights reserved. + <a href="https://xn--gckvb8fzb.com/faq/#trust">Birds aren't real.</a> + </p> <nav> <a href="/rss.xml">rss</a> <a href="/atom.xml">atom</a> diff --git a/templates/index.html b/templates/index.html index 07f92f2..31560ab 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,7 +2,7 @@ %} {% block content %} <!-- <h1>sakamoto.network</h1> --> -<h2>Services</h2> +<h1>Services</h1> <ul> <li><a href="https://git.sakamoto.network">forgejo</a></li> |
