add footer
This commit is contained in:
parent
728aa9d83d
commit
a4395599a9
2 changed files with 10 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue