removed SSI because its unused

This commit is contained in:
2025-01-26 11:39:34 +01:00
parent 621548e81e
commit f24689032f
3 changed files with 1 additions and 19 deletions
+1 -1
View File
@@ -3,5 +3,5 @@
# Open-source - Copyright # Open-source - Copyright
**BDE_ParticleSys © 2024 by Byte Dice is licensed under CC BY-NC-SA 4.0.**\ **BDE_ParticleSys © 2025 by Byte Dice is licensed under CC BY-NC-SA 4.0.**\
**You can learn more about copyright by reading the full [license](/LICENSE.txt).** **You can learn more about copyright by reading the full [license](/LICENSE.txt).**
-9
View File
@@ -1,9 +0,0 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="/global/navBar.css">
<link rel="stylesheet" href="/global/globalStyle.css">
<link rel="stylesheet" href="/global/loadingScreen.css">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="/assets/favicon_32x32.png">
-9
View File
@@ -1,9 +0,0 @@
<!-- global -->
<script src="/global/globalScript.js"></script>
<script src="/global/pxDensity.js"></script>
<script src="/global/loadingScreen.js"></script>
<script src="/global/navBar.js"></script>
<script src="/global/screenTransition.js"></script>
<!-- local -->
<script src="script.js"></script>