-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
56 lines (51 loc) · 1.92 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!doctype html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Open Courses | KrimsonSquad</title>
<meta
name="description"
content="Explore a wide range of free courses in programming, frameworks, and development by KrimsonSquad."
/>
<link rel="icon" type="image/png" href="/logo.png" />
<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="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="https://courses.krimsonsquad.tech/logo.png"
/>
<!-- Google AdSense -->
<meta name="google-adsense-account" content="ca-pub-7045631665560122" />
<meta
name="keywords"
content="programming courses, KrimsonSquad, free coding courses, learn programming, development tutorials, open courses"
/>
<meta name="author" content="KrimsonSquad" />
<meta name="robots" content="index, follow" />
<script
src="https://kit.fontawesome.com/1364c3c233.js"
crossorigin="anonymous"
></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>