-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.28 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
<html lang="en">
<head>
<title>Silicon Wat University | Frontend Music Course</title>
<meta charset="UTF-8">
<meta name="description" content="A Complete Frontend Developer Course for Beginners">
<meta name="keywords" content="Frontend, HTML, CSS, JavaScript, Web Components, React, Music">
<meta name="author" content="Thon Ly">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="siliconwat.png">
<link rel="stylesheet" href="https://thonly.org/global.css">
<link rel="stylesheet" href="index.css">
<script src="index.js" type="module"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZGWZ1ZWQKX"></script>
<base href="?lang=en">
</head>
<body>
<header>
<sw-header></sw-header>
</header>
<main class="trilogy">
<sw-main>
<sw-home></sw-home>
<sw-learn></sw-learn>
<sw-practice></sw-practice>
<sw-review></sw-review>
</sw-main>
</main>
<footer>
<sw-footer></sw-footer>
<sw-progress></sw-progress>
<sw-music></sw-music>
</footer>
</body>
</html>