-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (35 loc) · 979 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Test your skills in JavaScript and learn in the way!"
/>
<meta
name="keywords"
content="Bruno Malagoli, BrunoMalagoli, German Hornus, charly8888, Jalinson Diaz, zJaaal, JS, JavaScript, Quiz, Ninja JavaScript, NinJS"
/>
<meta
name="author"
content="co-authored by Bruno Malagoli, German Hornus and Jalinson Diaz"
/>
<meta property="og:title" content="NinJS" />
<meta property="og:type" content="Website" />
<!-- <meta
property="og:image"
content=""
/> -->
<meta
property="og:description"
content="Test your skills in JavaScript and learn in the way!"
/>
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<title>NinJS</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>