Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -1
index.html
CHANGED
|
@@ -8,6 +8,8 @@
|
|
| 8 |
</title>
|
| 9 |
<!-- Bootstrap CSS -->
|
| 10 |
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"/>
|
|
|
|
|
|
|
| 11 |
<meta content="noindex, nofollow" name="robots"/>
|
| 12 |
</head>
|
| 13 |
<body>
|
|
@@ -130,5 +132,7 @@
|
|
| 130 |
</script>
|
| 131 |
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js">
|
| 132 |
</script>
|
|
|
|
|
|
|
| 133 |
</body>
|
| 134 |
-
</html>
|
|
|
|
| 8 |
</title>
|
| 9 |
<!-- Bootstrap CSS -->
|
| 10 |
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"/>
|
| 11 |
+
<!-- Custom CSS -->
|
| 12 |
+
<link href="style.css" rel="stylesheet"/>
|
| 13 |
<meta content="noindex, nofollow" name="robots"/>
|
| 14 |
</head>
|
| 15 |
<body>
|
|
|
|
| 132 |
</script>
|
| 133 |
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js">
|
| 134 |
</script>
|
| 135 |
+
<!-- Custom JS -->
|
| 136 |
+
<script src="index.js"></script>
|
| 137 |
</body>
|
| 138 |
+
</html>
|