Spaces:
Paused
Paused
Update static/index.HTML
Browse files- static/index.HTML +2 -2
static/index.HTML
CHANGED
|
@@ -12,9 +12,9 @@
|
|
| 12 |
<meta http-equiv="expires" content="Thurs, 24 Dec 2026 23:59:59 GMT" />
|
| 13 |
|
| 14 |
<link rel="stylesheet" href="static/styles.css" />
|
| 15 |
-
<link rel="stylesheet" href="static/bootstrap.min.css" />
|
| 16 |
<script type="module" src="static/script.js"></script>
|
| 17 |
-
<script type="module" href="static/bootstrap.bundle.min.js"></script>
|
| 18 |
</head>
|
| 19 |
<body>
|
| 20 |
<main>
|
|
|
|
| 12 |
<meta http-equiv="expires" content="Thurs, 24 Dec 2026 23:59:59 GMT" />
|
| 13 |
|
| 14 |
<link rel="stylesheet" href="static/styles.css" />
|
| 15 |
+
<link rel="stylesheet" href="static/content/bootstrap-5.3.8-dist/css/bootstrap.min.css" />
|
| 16 |
<script type="module" src="static/script.js"></script>
|
| 17 |
+
<script type="module" href="static/content/bootstrap-5.3.8-dist/js/bootstrap.bundle.min.js"></script>
|
| 18 |
</head>
|
| 19 |
<body>
|
| 20 |
<main>
|