add footer

This commit is contained in:
Starbeamrainbowlabs 2022-02-02 03:04:28 +00:00
parent 728aa9d83d
commit a4395599a9
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 10 additions and 1 deletions

View File

@ -23,7 +23,8 @@ body {
h1 { margin: 3em 0; }
.hidden { visibility: hidden; }
.hidden { visibility: hidden; }
.icon { vertical-align: middle; max-width: 1.1em; }
#header {
/* Ref https://app.haikei.app/ */
@ -91,3 +92,7 @@ hr {
color: white;
background: var(--selected);
}
footer {
background: #0066ff;
}

View File

@ -20,6 +20,10 @@
<em>Mutations will appear here</em>
</section>
<footer>
<p>Built with ♥️ by <a href="https://starbeamrainbowlabs.com/"><img src="https://starbeamrainbowlabs.com/images/sbrl/SBRL-Small-64.png" class="icon" /> Starbeamrainbowlabs</a>.</p>
</footer>
<!---------------->
<link rel="stylesheet" href="./css/theme.css" />
<script src="./js/index.mjs" charset="utf-8" type="module"></script>