Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -19,7 +19,7 @@
|
|
| 19 |
}
|
| 20 |
</script>
|
| 21 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 22 |
-
|
| 23 |
<!-- Font Awesome -->
|
| 24 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 25 |
|
|
@@ -29,7 +29,7 @@
|
|
| 29 |
<link href="https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800;900&family=Fira+Code:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
| 30 |
|
| 31 |
<!-- Custom CSS -->
|
| 32 |
-
<link rel="stylesheet" href="
|
| 33 |
</head>
|
| 34 |
<body class="body-main" data-theme="dark" data-lang="en" data-dir="ltr">
|
| 35 |
|
|
|
|
| 19 |
}
|
| 20 |
</script>
|
| 21 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 22 |
+
<script src="script.js"></script>
|
| 23 |
<!-- Font Awesome -->
|
| 24 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 25 |
|
|
|
|
| 29 |
<link href="https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800;900&family=Fira+Code:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
| 30 |
|
| 31 |
<!-- Custom CSS -->
|
| 32 |
+
<link rel="stylesheet" href="style.css">
|
| 33 |
</head>
|
| 34 |
<body class="body-main" data-theme="dark" data-lang="en" data-dir="ltr">
|
| 35 |
|