Skip to content

Commit

Permalink
Merge pull request #116 from tushargupta1504/patch-1
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
JAYESHBATRA authored Jan 14, 2024
2 parents 3833c90 + a9ce217 commit 1e9327d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@
<title>Virtuo Learn</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="media-queries.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">

<link href="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">

<link rel="icon" type="image/x-icon" href="./assets/logo.png">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="https://cdn.tailwindcss.com"></script>

<script>
document.addEventListener("DOMContentLoaded", function () {
tailwind.config = {
theme: {
extend: {
Expand All @@ -23,8 +27,10 @@
}
}
}
}
</script>
};
});
</script>

</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-80WSMNJP27"></script>
<script>
Expand Down Expand Up @@ -406,4 +412,4 @@ <h2>CareerLaunch <br>Accelerator</h2>
<script src="scroll-reveal.js"></script>
</body>

</html>
</html>

0 comments on commit 1e9327d

Please sign in to comment.