steve0greatness,
created on Monday, 14 October 2024, 00:48:20 (1728866900),
received on Monday, 14 October 2024, 00:54:19 (1728867259)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>
b9c0ba6cb450200f12305ed649f5d1e29b3dc9ed
views/_layout.html
@@ -5,7 +5,7 @@
{% block Head %}
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{% block title %}{% endblock %} - S0G</title>
<title>{% block title %}{% endblock %}</title>
<style>
html {
color-scheme: dark;
@@ -28,13 +28,9 @@
{% block breadcrumbs %}{% endblock %}
<main>{% block content %}{% endblock %}</main>
<footer>
<div class="footer-link-list-holder" role="group">
<span
aria-hidden="true"
id="footer-label-site-details"
class="footer-link-list-label"
>Site Meta</span>
<ol class="footer-link-list" aria-labelledby="footer-label-site-details">
<div role="group">
<strong>Navigation</strong>
<ul>
<li><a href="/list/website-sources-mirrors.html">Source Code</a></li>
<li><a href="/extras.html">Extras</a></li>
<li><a href="/guestbook.html">Guestbook</a></li>
@@ -61,51 +57,13 @@
</li>
</ol>
</div>
<div class="footer-link-list-holder" role="group">
<span
aria-hidden="true"
id="footer-label-social-accounts"
class="footer-link-list-label"
>Profiles</span>
<ol class="footer-link-list" aria-labelledby="footer-label-social-accounts">
<div role="group">
<strong>Profiles</strong>
<ul>
<li><a href="https://mastodon.social/@S0G" rel="me">Mastodon</a></li>
<li><a href="https://youtube.com/@s0g">YouTube</a></li>
<li><a href="/list/link-tree.html">Link-Tree</a></li>
</ol>
</div>
<div class="footer-link-list-holder" role="group">
<span
aria-hidden="true"
id="footer-label-button"
class="footer-link-list-label"
>Button</span>
<div class="footer-link-list" aria-labelledby="footer-label-button">
<a href="https://steve0greatness.nekoweb.org">
<img
src="/button.webp"
title="Steve0Greatness"
alt="Steve0Greatness"
width="88"
height="31"
style="image-rendering: pixelated"
/>
</a>
<textarea
class="button-hotlink"
readonly="readonly"
placeholder="button hotlink"
name="button-hotlink"
><a href="https://steve0greatness.nekoweb.org">
<img
src="https://steve0greatness.nekoweb.org/button.webp"
title="Steve0Greatness"
alt="Steve0Greatness"
width="88"
height="31"
style="image-rendering: pixelated"
/>
</a></textarea>
</div>
</ul>
</div>
</footer>
</body>
views/index.html
@@ -119,4 +119,31 @@
</table>
<h2>Some other cool stuff</h2>
<iframe width="90" height="90" style="border:none" src="https://dimden.neocities.org/navlink/" name="neolink"></iframe>
<h2>My button!</h2>
<p>Link to my site with this silly little button!</p>
<a href="https://steve0greatness.nekoweb.org">
<img
src="/button.webp"
title="Steve0Greatness"
alt="Steve0Greatness"
width="88"
height="31"
style="image-rendering: pixelated"
/>
</a>
<textarea
class="button-hotlink"
readonly="readonly"
placeholder="button hotlink"
name="button-hotlink"
><a href="https://steve0greatness.nekoweb.org">
<img
src="https://steve0greatness.nekoweb.org/button.webp"
title="Steve0Greatness"
alt="Steve0Greatness"
width="88"
height="31"
style="image-rendering: pixelated"
/>
</a></textarea>
{% endblock %}