i'm gonna pull my hair out

This commit is contained in:
ImBadAtThisStuff 2026-05-29 01:44:11 +01:00
parent 7440239deb
commit 62f0d62bb7
2 changed files with 2 additions and 2 deletions

View File

@ -47,5 +47,5 @@
A 17 Year Old devloper from <b>England, United Kingdom</b> who rarely actually does devlopment work, and just tries to help out whenever she can. A 17 Year Old devloper from <b>England, United Kingdom</b> who rarely actually does devlopment work, and just tries to help out whenever she can.
</body> </body>
<script src="js/index.js"></script> <script src="js/index.js"></script>
<script src="js/cat.js" data-cat="/assets/media/oneko.gif"></script> <script src="js/cat.js" data-cat="assets/media/oneko.gif"></script>
</html> </html>

View File

@ -86,7 +86,7 @@
}; };
function init() { function init() {
let nekoFile = "./assets/media/oneko.gif" let nekoFile = "./oneko.gif"
const curScript = document.currentScript const curScript = document.currentScript
if (curScript && curScript.dataset.cat) { if (curScript && curScript.dataset.cat) {
nekoFile = curScript.dataset.cat nekoFile = curScript.dataset.cat