add footer
This commit is contained in:
parent
728aa9d83d
commit
a4395599a9
2 changed files with 10 additions and 1 deletions
|
@ -24,6 +24,7 @@ body {
|
||||||
h1 { margin: 3em 0; }
|
h1 { margin: 3em 0; }
|
||||||
|
|
||||||
.hidden { visibility: hidden; }
|
.hidden { visibility: hidden; }
|
||||||
|
.icon { vertical-align: middle; max-width: 1.1em; }
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
/* Ref https://app.haikei.app/ */
|
/* Ref https://app.haikei.app/ */
|
||||||
|
@ -91,3 +92,7 @@ hr {
|
||||||
color: white;
|
color: white;
|
||||||
background: var(--selected);
|
background: var(--selected);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
background: #0066ff;
|
||||||
|
}
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
<em>Mutations will appear here</em>
|
<em>Mutations will appear here</em>
|
||||||
</section>
|
</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" />
|
<link rel="stylesheet" href="./css/theme.css" />
|
||||||
<script src="./js/index.mjs" charset="utf-8" type="module"></script>
|
<script src="./js/index.mjs" charset="utf-8" type="module"></script>
|
||||||
|
|
Loading…
Reference in a new issue