Files
cjsatnarine.space/templates/base.html
CJSatnarine 8c64025479
Some checks failed
Build / deploy (push) Has been cancelled
add no ai webring
2026-01-23 13:18:51 -05:00

68 lines
3.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ config.extra.site_name }}</title>
<link rel="stylesheet" href="/style.css" />
<link href='https://fonts.googleapis.com/css?family=Roboto Mono' rel='stylesheet'>
<script type="importmap">
{
"imports": {
"three": "https://cdn.jsdelivr.net/npm/three@0.180.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.180.0/examples/jsm/"
}
}
</script>
<!--Three.js Stuff-->
<script type="module" src="/wolf_head/main.js"></script>
<script type="module" src="/wolf_head/window.js"></script>
<script type="module" src="/secrets/kennel/woof.js"></script>
<script type="module" src="/secrets/forest/forest.js"></script>
</head>
<nav>
<a href="{{ get_url(path='@/_index.md') }}">Home</a> <span id="text"> | </span>
<a href="{{ get_url(path='@/blog/_index.md') }}"><strike>Rants</strike> Posts</a> <span id="text"> | </span>
<a href="{{ get_url(path='@/projects/_index.md') }}">My Stuff</a> <span id="text"> | </span>
<a href="{{ get_url(path='@/about_me/_index.md')}}"><span class="special">About Me</special></a> <span id="text"> | </span>
<a href="{{ get_url(path='@/stuff_I_like/_index.md') }}">Stuff I Like</a> <span id="text"> | </span>
<a href="{{ get_url(path='@/contact/_index.md')}}">Contacts and Socials</a>
<hr>
</nav>
<body>
<section class="section">
<div class="container">
{% block content %}
{% endblock %}
</div>
</section>
</body>
<footer id="footer">
<p> --- </p>
<center>
<a href="https://evilr.ing/cjsatnarine/previous">&lt;</a>
<a href="https://evilr.ing">EVILRING</a>
<a href="https://evilr.ing/cjsatnarine/next">&gt;</a>
<p> </p>
<script src="https://www.fluffpumpkin.net/webstring.js"></script>
<map name="noaimini3b">
<area href="https://baccyflap.com/noai" shape="rect" coords="40,4,134,26" target="_blank" alt="no ai webring" title="no ai webring">
<area href="https://baccyflap.com/noai/?prv&s=cjs" target="_top" shape="rect" coords="4,8,28,24" alt="previous" title="previous">
<area href="https://baccyflap.com/noai/?rnd" target="_top" shape="rect" coords="84,34,106,56" alt="random" title="random">
<area href="https://baccyflap.com/noai/?nxt&s=cjs" target="_top" shape="rect" coords="146,8,170,24" alt="next" title="next">
</map>
<img style="width:176px;image-rendering:pixelated" usemap="#noaimini3b" src="https://baccyflap.com/noai/miniwidget3.gif" alt="a black background with text in a white-to-colour vertical gradient, each letter a colour of the rainbow; it reads NO AI / WEBRING. on either side are two arrows pointing left and right">
<p> Made with <a href="https://www.getzola.org/">Zola</a> and <a href="https://threejs.org/">Three.js</a></p>
</center>
</footer>
</html>