diff options
author | jaseg <git@jaseg.de> | 2023-10-14 17:41:48 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-10-14 17:41:48 +0200 |
commit | 3a636e545bc258ba3ecec3ede8b31ac113309313 (patch) | |
tree | 69752120c8d41f0d9eb954b20585f1b9bae8920f /categories/index.html | |
parent | 5fb6e37fdc3829a63ef0fbec4f503442d57394c6 (diff) | |
parent | b45763668be3275e6b1234eec55c99ec32ecee27 (diff) | |
download | blog-3a636e545bc258ba3ecec3ede8b31ac113309313.tar.gz blog-3a636e545bc258ba3ecec3ede8b31ac113309313.tar.bz2 blog-3a636e545bc258ba3ecec3ede8b31ac113309313.zip |
deploy.py auto-commit
Diffstat (limited to 'categories/index.html')
-rw-r--r-- | categories/index.html | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/categories/index.html b/categories/index.html new file mode 100644 index 0000000..c49ae1e --- /dev/null +++ b/categories/index.html @@ -0,0 +1,49 @@ +<!DOCTYPE html> +<html><head> + <meta charset="utf-8"> + <title>Categories | Home</title> + <meta name="description" content=""> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="mobile-web-app-capable" content="yes"> + <meta name="color-scheme" content="dark light"> + <link rel="stylesheet" href="/style.css"> +</head> +<body><nav> + <div class="internal"> + + <a href="/" title="Home">Home</a> + <a href="/blog/" title="Blog">Blog</a> + <a href="/projects/" title="Projects">Projects</a> + <a href="/about/" title="About">About</a> + </div> + <div class="external"> + <a href="https://git.jaseg.de/" title="cgit">cgit</a> + <a href="https://github.com/jaseg" title="Github">Github</a> + <a href="https://gitlab.com/neinseg" title="Gitlab">Gitlab</a> + <a href="https://chaos.social/@jaseg" title="Mastodon">Mastodon</a> + </span> +</nav> + + <header> + <h1>Categories</h1> +<ul class="breadcrumbs"> + <li><a href="/">jaseg.de</a></li><li><a href="/categories/">Categories</a></li> +</ul> + + </header> + <main class="cards"> + </main><footer> + Copyright © 2023 Jan Sebastian Götte + / <a href="/about/">About</a> + / <a href="/imprint/">Imprint</a> +</footer> +<script> + if(navigator.getEnvironmentIntegrity!==undefined)document.querySelector('body').innerHTML=`<h1>Your browser + contains Google DRM</h1>"Web Environment Integrity" is a Google euphemism for a DRM that is designed to + prevent ad-blocking, and which Google has forced into their browsers against widespread public opposition. + In support of an open web, this website does not function with this DRM. Please install a browser such + as <a href="https://www.mozilla.org/en-US/firefox/new/">Firefox</a> that respects your freedom and supports + ad blockers.`; + </script> + </body> +</html> |