summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html18
1 files changed, 10 insertions, 8 deletions
diff --git a/index.html b/index.html
index a23a2dd..9b8b10b 100644
--- a/index.html
+++ b/index.html
@@ -1,23 +1,26 @@
<!DOCTYPE html>
+
<html>
+ <script>
+ function toggleDarkMode() {
+ document.body.classList.toggle("dark-mode");
+ }
+ </script>
<head>
<title>Skylarcloud</title>
<link rel="stylesheet" href="styles.css">
+
+ <button type="button"
+ onclick="toggleDarkMode()">
+ light/dark mode toggle</button>
</head>
<body>
<center>
<h1>Homepage</h1>
- <!-- <p> -->
- <!-- <a href="https://skylarcloud.xyz">Homepage</a> | -->
- <!-- <a href="https://skylarcloud.xyz/feed.html">My Feed</a> | -->
- <!-- <a href="https://searx.skylarcloud.xyz">SearXNG</a> | -->
- <!-- <a href="https://git.skylarcloud.xyz">Git Repos</a> -->
- <!-- </p> -->
</center>
<div>
-
<p>Welcome to my spaceship. I host a few personal services here, publish a feed of notes and posts, and I'll hopefully be hosting many public services as time goes on. I want to participate in an intergalactic community--from the Salt Lake City area and out--slinging text files across the stars, organizing, and sharing our art/projects/speech through Free software.</p>
<h2>My feed</h2>
@@ -54,5 +57,4 @@
</center>
</body>
-
</html>