-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (23 loc) · 1.1 KB
/
Copy pathindex.html
File metadata and controls
28 lines (23 loc) · 1.1 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CodeMastery — Learn HTML, CSS & JavaScript from zero to pro</title>
<meta name="description"
content="Free zero-to-pro coding curriculum: 175 chapters of HTML, CSS, and JavaScript with a built-in compiler, quizzes, XP, and verifiable certificates." />
<meta name="author" content="CodeMastery" />
<meta property="og:title" content="CodeMastery — Learn HTML, CSS & JavaScript" />
<meta property="og:description"
content="Free zero-to-pro coding curriculum with built-in compiler, quizzes, and certificates." />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://img.icons8.com/scribby/80/code.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@Lovable" />
<meta name="twitter:image" content="https://img.icons8.com/scribby/80/code.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>