Update index.html

This commit is contained in:
Preston 2024-10-02 17:14:17 -07:00 committed by GitHub
parent 846e12e4c0
commit 7081d3073b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
<link rel="stylesheet" href="css/searchbar.css"> <link rel="stylesheet" href="css/searchbar.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/eruda"></script> <script src="https://cdn.jsdelivr.net/npm/eruda"></script>
<script src="/js/ga4.js"></script> <script src="js/ga4.js"></script> <!-- if you put the ga4 script in ANY other file, put a "/" before "js" -->
<script src="js/darkmoderewrite.js"></script> <script src="js/darkmoderewrite.js"></script>
</head> </head>