chore: update file path

This commit is contained in:
lifeadventurer
2023-12-24 15:55:22 +08:00
parent 4d4d34392c
commit b16b4749bf

View File

@@ -9,7 +9,7 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!-- box icons -->
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="./styles.css">
<link rel="stylesheet" href="./js/styles.css">
</head>
<body>
@@ -26,8 +26,8 @@
</div>
<canvas id="Matrix"></canvas>
<script src="./script.js"></script>
<script src="./matrix.js"></script>
<script src="./quote.js"></script>
<script src="./js/script.js"></script>
<script src="./js/matrix.js"></script>
<script src="./js/quote.js"></script>
</body>
</html>