Skip to content

Commit

Permalink
apply dark mode only
Browse files Browse the repository at this point in the history
  • Loading branch information
devsdenepal authored Sep 27, 2024
1 parent 94e0529 commit b9147d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en">
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
Expand All @@ -11,14 +11,14 @@

<meta property="og:title" content="Open Courses | KrimsonSquad" />
<meta property="og:description" content="Join us and explore a variety of open-source courses on programming and development by KrimsonSquad." />
<meta property="og:image" content="/logo.png" />
<meta property="og:image" content="https://courses.krimsonsquad.tech/logo.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://courses.krimsonsquad.tech" />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Open Courses | KrimsonSquad" />
<meta name="twitter:description" content="Join KrimsonSquad's open-source learning platform with courses on programming, development, and more." />
<meta name="twitter:image" content="/logo.png" />
<meta name="twitter:image" content="https://courses.krimsonsquad.tech/logo.png" />

<!-- Google AdSense -->
<meta name="google-adsense-account" content="ca-pub-7045631665560122" />
Expand Down

0 comments on commit b9147d2

Please sign in to comment.