Rename files

This commit is contained in:
Isaiah Billingsley 2026-03-03 00:36:59 -05:00
parent b4f9b43a2d
commit 0d22d036f7
3 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>BS Overlay</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="row">
@ -26,6 +26,6 @@
</div>
</div>
</div>
<script src="main.js"></script>
<script src="index.js"></script>
</body>
</html>

View File