Spaces:
Paused
Paused
Update index.HTML
Browse files- index.HTML +3 -3
index.HTML
CHANGED
|
@@ -8,9 +8,9 @@
|
|
| 8 |
<meta />
|
| 9 |
<meta />
|
| 10 |
<meta />
|
| 11 |
-
<link rel="stylesheet" href="styles.css" />
|
| 12 |
-
<link rel="stylesheet" href="
|
| 13 |
-
<script type="module" src="script.js"></script>
|
| 14 |
<!-- <script type="text/javascript" href="static/bootstrap.bundle.min.js" /> -->
|
| 15 |
</head>
|
| 16 |
<body>
|
|
|
|
| 8 |
<meta />
|
| 9 |
<meta />
|
| 10 |
<meta />
|
| 11 |
+
<link rel="stylesheet" href="static/styles.css" />
|
| 12 |
+
<link rel="stylesheet" href="static/bootstrap.min.css" />
|
| 13 |
+
<script type="module" src="static/script.js"></script>
|
| 14 |
<!-- <script type="text/javascript" href="static/bootstrap.bundle.min.js" /> -->
|
| 15 |
</head>
|
| 16 |
<body>
|