Skip to content

Commit 3d3eea3

Browse files
committed
hot fix
1 parent 64fb414 commit 3d3eea3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx/pages/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
gtag("config", "G-8G3N74JV82");
9090
</script>
9191
<!-- CUSTOM -->
92-
<link rel="stylesheet" href="../index.css" />
92+
<link rel="stylesheet" href="./index/index.css" />
9393
</head>
9494
<br>
9595
<div class="login-container">
@@ -120,6 +120,6 @@
120120
<span id="login-container-footer">made by Nuung</span>
121121
</div>
122122
<script src="./global.js"></script>
123-
<script src="../index.js"></script>
123+
<script src="./index/index.js"></script>
124124
</body>
125125
</html>

0 commit comments

Comments
 (0)