-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemplate.html
43 lines (36 loc) · 1.64 KB
/
template.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<meta name="author" content="Muses team">
<!-- Viewport Config -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Title -->
<title>Muses</title>
<meta property='og:title' content='🎵 Muses | Lyrics website'>
<meta name='twitter:title' content='🎵 Muses | Lyrics website'>
<!-- Description -->
<meta name='description' content='Lyrics of the songs that you love to hear in one place.'>
<meta property='og:description' content='Lyrics of the songs that you love to hear in one place.'>
<meta name='twitter:description' content='Lyrics of the songs that you love to hear in one place.'>
<!-- Locale Config -->
<meta property="og:locale" content="en_US">
<meta property="og:locale:alternate" content="fa_IR">
<!-- Iconset Config -->
<link rel="shortcut icon" href="assets/logo/icon.png" type="image/x-icon">
<link rel='icon' type='image/png' href='assets/logo/icon@32.png'>
<link rel='icon' sizes='192x192' href='assets/logo/icon@192.png'>
<link rel='apple-touch-icon' href='assets/logo/icon@152.png'>
<meta name='msapplication-square310x310logo' content='assets/logo/icon@310.png'>
<!-- Assets -->
<link rel="stylesheet" href="assets/styles/main.css">
<!-- PWA -->
<meta name='mobile-web-app-capable' content='yes'>
<meta name='apple-mobile-web-app-capable' content='yes'>
<meta name='theme-color' content='#F1F4FF'>
</head>
<body id="body">
<!-- Content goes here -->
</body>
</html>