-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (50 loc) · 2.07 KB
/
index.html
File metadata and controls
52 lines (50 loc) · 2.07 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="css/style.css" />
<script src="https://kit.fontawesome.com/f4b2fc7064.js" crossorigin="anonymous"></script>
<script defer src="js/header.js"></script>
<script defer src="js/footer.js"></script>
<title>GPD Music</title>
<link rel="icon" type="image/x-icon" href="images/icons/favicon.ico">
<link rel="manifest" href="/GPDMusic/manifest.json" />
<!-- ios support -->
<link rel="apple-touch-icon" href="images/icons/icon-72x72.png" />
<link rel="apple-touch-icon" href="images/icons/icon-96x96.png" />
<link rel="apple-touch-icon" href="images/icons/icon-128x128.png" />
<link rel="apple-touch-icon" href="images/icons/icon-144x144.png" />
<link rel="apple-touch-icon" href="images/icons/icon-152x152.png" />
<link rel="apple-touch-icon" href="images/icons/icon-192x192.png" />
<link rel="apple-touch-icon" href="images/icons/icon-384x384.png" />
<link rel="apple-touch-icon" href="images/icons/icon-512x512.png" />
<link rel="apple-touch-icon" sizes="180x180" href="images/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/icons/favicon-16x16.png">
<link rel="manifest" href="images/icons/site.webmanifest">
<meta name="apple-mobile-web-app-status-bar" content="#db4938" />
<meta name="theme-color" content="#db4938" />
</head>
<body>
<main>
<header-component></header-component>
<br>
<br>
<!-- Description -->
<section class="w3-container w3-center w3-content">
<h2 class="w3-wide">GPD Music</h2>
<p class="w3-opacity"><i>For the music lovers</i></p>
<br>
<p class="w3-justify">GPD Music Sample Text</p>
<br>
<p class="w3-justify">GPD Music Sample Text</p>
<br>
<p></p>
</section>
<footer-component></footer-component>
</main>
<script src="js/app.js"></script>
</body>
</html>