Spaces:
Running
Running
Commit
·
a4db3ef
1
Parent(s):
8f00c2f
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -7,7 +7,6 @@
|
|
| 7 |
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
|
| 8 |
<script src="https://kit.fontawesome.com/ac42c3b1f7.js" crossorigin="anonymous"></script>
|
| 9 |
<link rel="stylesheet" href="style.css"/>
|
| 10 |
-
<script src="add.js"></script>
|
| 11 |
</head>
|
| 12 |
<body>
|
| 13 |
<div class="todos-bg-container">
|
|
@@ -29,5 +28,6 @@
|
|
| 29 |
</div>
|
| 30 |
</div>
|
| 31 |
</div>
|
|
|
|
| 32 |
</body>
|
| 33 |
</html>
|
|
|
|
| 7 |
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
|
| 8 |
<script src="https://kit.fontawesome.com/ac42c3b1f7.js" crossorigin="anonymous"></script>
|
| 9 |
<link rel="stylesheet" href="style.css"/>
|
|
|
|
| 10 |
</head>
|
| 11 |
<body>
|
| 12 |
<div class="todos-bg-container">
|
|
|
|
| 28 |
</div>
|
| 29 |
</div>
|
| 30 |
</div>
|
| 31 |
+
<script src="add.js"></script>
|
| 32 |
</body>
|
| 33 |
</html>
|