summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsoaos <soaos@soaos.dev>2025-08-19 23:43:29 -0400
committersoaos <soaos@soaos.dev>2025-08-19 23:43:29 -0400
commit9d48b0de979dffaeab30042b380805c28fdfa4fe (patch)
tree5b4414e4825cdb4ac22756bbd3a26f5e859c66c8
parentf34747a2a13087a4f1ad91fbccf0ecaa20fa6d83 (diff)
Added footer
-rw-r--r--index.html2
-rw-r--r--style.css10
2 files changed, 12 insertions, 0 deletions
diff --git a/index.html b/index.html
index c3c2fd5..e36eae3 100644
--- a/index.html
+++ b/index.html
@@ -73,6 +73,8 @@
<a class="evil" href="https://evilr.ing">EVILRING</a>
<a class="evil" href="https://evilr.ing/soaos/next">⛤</a>
</div>
+
+ <footer class="centered"><div class="inline-block" title="🦌 -<3"><span class="white-on-red">&nbsp;</span><span class="red-on-white">🍁</span><span class="white-on-red">&nbsp;</span></div> 2025</footer>
</body>
</html> \ No newline at end of file
diff --git a/style.css b/style.css
index 0d2384e..fbd6e67 100644
--- a/style.css
+++ b/style.css
@@ -154,4 +154,14 @@ a.evil:hover {
.no-bullets {
list-style-type: none;
padding-left: 0;
+}
+
+.white-on-red {
+ color: white;
+ background-color: red;
+}
+
+.red-on-white {
+ color: red;
+ background-color: white;
} \ No newline at end of file