summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/journal.md4
-rwxr-xr-xmakenewbin0 -> 15960 bytes
-rw-r--r--style.js4
-rw-r--r--template.html2
4 files changed, 8 insertions, 2 deletions
diff --git a/content/journal.md b/content/journal.md
index 227e154..4b0de8e 100644
--- a/content/journal.md
+++ b/content/journal.md
@@ -1,4 +1,6 @@
-May put shit everyday if I want to, datamining ^_^
+### 13/02/26
+
+Nothing to journal about. I've been neglecting the site. :(
### 01/02/26
diff --git a/makenew b/makenew
new file mode 100755
index 0000000..0c2df4b
--- /dev/null
+++ b/makenew
Binary files differ
diff --git a/style.js b/style.js
index ad66cd0..29ff78a 100644
--- a/style.js
+++ b/style.js
@@ -31,6 +31,8 @@ if (typeof currentstyle === "undefined") {
loadCSS(currentstyle);
}
+document.addEventListener('DOMContentLoaded', function() {
+
var stylechooser = document.createElement("div");
stylechooser.setAttribute("id", "stylechooser");
stylechooser.innerHTML = "Styles: ";
@@ -40,3 +42,5 @@ document.getElementById("content").appendChild(stylechooser);
addCSS("default", "style.css");
addCSS("moe", "moe.css");
addCSS("simple", "simple.css");
+
+});
diff --git a/template.html b/template.html
index 2da2648..0982f3e 100644
--- a/template.html
+++ b/template.html
@@ -5,7 +5,7 @@
<meta charset="UTF-8">
<link id="mainstyle" rel="stylesheet" href="style.css">
<link rel="stylesheet" href="etc.css">
- <script src="style.js" defer></script>
+ <script src="style.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>