my personal website! meowing.zip
website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

reorganizing the index.html a bit

Niko f2eafae9 0248ec90

+37 -37
+37 -37
index.html
··· 13 13 type="text/css" 14 14 href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/fill/style.css" 15 15 /> 16 - <script> 17 - function copyButton() { 18 - navigator.clipboard.writeText('<a href="https://meowing.zip"><img src="https://meowing.zip/assets/88x31/button.png" alt="meowing.zip"></a>'); 19 - var x = document.getElementById("copy-toast"); 20 - x.className = "show"; 21 - setTimeout(function(){ x.className = x.className.replace("show", ""); }, 3000); 22 - } 23 - document.addEventListener("DOMContentLoaded", function() { 24 - const t = document.querySelectorAll('input[name="theme"]') 25 - , i = document.getElementById("disable-bg") 26 - , o = document.getElementById("disable-animations"); 27 - function a() { 28 - const t = document.querySelector('input[name="theme"]:checked').value; 29 - localStorage.setItem("theme", t), 30 - localStorage.setItem("disable-bg", i.checked), 31 - localStorage.setItem("disable-animations", o.checked) 32 - } 33 - !function() { 34 - const t = localStorage.getItem("theme"); 35 - if (t) { 36 - const e = document.querySelector(`input[name="theme"][value="${t}"]`); 37 - e && (e.checked = !0) 38 - } 39 - "true" === localStorage.getItem("disable-bg") && (i.checked = !0); 40 - "true" === localStorage.getItem("disable-animations") && (o.checked = !0) 41 - }(), 42 - t.forEach(e => { 43 - e.addEventListener("change", function() { 44 - a() 45 - }) 46 - } 47 - ), 48 - i.addEventListener("change", a), 49 - o.addEventListener("change", a) 50 - }); 51 - </script> 52 16 </head> 53 17 <link rel="stylesheet" href="styles.css"> 54 18 <footer> ··· 73 37 <div class="divider"></div> 74 38 <div style="font-size: 15px; margin-top: 20px; margin-left: 2px; margin-bottom: 10px; display: flex;"> 75 39 <div class="dropdown" tabindex="1"> 76 - <a style="margin-left: 5px;" class="dropbtn" href="./blog"><i style="margin-right: 5px;" class="ph ph-pen"></i>blog</a> 40 + <a class="dropbtn" href="./blog"><i style="margin-right: 5px;" class="ph ph-pen"></i>blog</a> 77 41 </div> 78 42 <div class="dropdown" tabindex="1"> 79 43 <i class="db2" tabindex="1"></i> ··· 211 175 <a style="color: var(--accent); padding: 10px;"><small>last modified: 2026-04-18T01:03:26Z</small></a> 212 176 <span id="copy-toast"><i style="margin-right: 5px; color: light-dark(#40a02b, #a6e3a1)" class="ph ph-clipboard-text"></i>copied to clipboard!</span> 213 177 </body> 178 + <script> 179 + function copyButton() { 180 + navigator.clipboard.writeText('<a href="https://meowing.zip"><img src="https://meowing.zip/assets/88x31/button.png" alt="meowing.zip"></a>'); 181 + var x = document.getElementById("copy-toast"); 182 + x.className = "show"; 183 + setTimeout(function(){ x.className = x.className.replace("show", ""); }, 3000); 184 + } 185 + document.addEventListener("DOMContentLoaded", function() { 186 + const t = document.querySelectorAll('input[name="theme"]') 187 + , i = document.getElementById("disable-bg") 188 + , o = document.getElementById("disable-animations"); 189 + function a() { 190 + const t = document.querySelector('input[name="theme"]:checked').value; 191 + localStorage.setItem("theme", t), 192 + localStorage.setItem("disable-bg", i.checked), 193 + localStorage.setItem("disable-animations", o.checked) 194 + } 195 + !function() { 196 + const t = localStorage.getItem("theme"); 197 + if (t) { 198 + const e = document.querySelector(`input[name="theme"][value="${t}"]`); 199 + e && (e.checked = !0) 200 + } 201 + "true" === localStorage.getItem("disable-bg") && (i.checked = !0); 202 + "true" === localStorage.getItem("disable-animations") && (o.checked = !0) 203 + }(), 204 + t.forEach(e => { 205 + e.addEventListener("change", function() { 206 + a() 207 + }) 208 + } 209 + ), 210 + i.addEventListener("change", a), 211 + o.addEventListener("change", a) 212 + }); 213 + </script> 214 214 <a rel="me" href="https://fuzzies.wtf/@gayfamicom"></a> 215 215 <a rel="me" href="https://app.wafrn.net/blog/gayfamicom"></a> 216 216 <a rel="me" href="https://booping.synth.download/@gayfamicom"></a>