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

View File