-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (65 loc) · 2.67 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="UTF-8" />
<meta name="theme-color" content="#2d3036" />
<meta name="keywords" content="youtube,reload,musicas,inéditas,antigas,melhores,descobrir" />
<meta name="application-name" content="Youtube Reload" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="Youtube Reload" />
<meta name="description" content="Descubra várias músicas inéditas" />
<meta name="format-detection" content="telephone=no" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="msapplication-config" content="/icons/browserconfig.xml" />
<meta name="msapplication-TileColor" content="#2d3036" />
<meta name="msapplication-tap-highlight" content="no" />
<link rel="shortcut icon" type="image/x-icon" href="/youtube-reload/favicon.ico" />
<link rel="apple-touch-icon" href="/youtube-reload/icon.png" />
<link rel="apple-touch-icon" sizes="152x152" href="/youtube-reload/icons/touch-icon-ipad.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/youtube-reload/icons/touch-icon-iphone-retina.png" />
<link rel="apple-touch-icon" sizes="167x167" href="/youtube-reload/icons/touch-icon-ipad-retina.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/youtube-reload/icons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/youtube-reload/icons/favicon-16x16.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Youtube Reload</title>
</head>
<body style="overflow-y: scroll; background-color: #2d3036" class="scrollbar">
<a href="#main-content" class="skip-link">Ir para conteúdo principal</a>
<style>
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
.skip-link {
position: absolute;
top: -100px;
left: 0;
background-color: #ffffff;
color: #000000;
padding: 10px;
z-index: 100;
}
.skip-link:focus {
top: 0;
}
</style>
<div id="root-react-youtube-reload-app"></div>
<script type="module" src="./src/index.tsx"></script>
</body>
<noscript
style="
color: white;
background-color: #2d3036;
display: flex;
justify-items: center;
align-items: center;
flex-direction: column;
padding: 80px 10px;
font-family: sans-serif;
">
<h1>Javascript não está disponível.</h1>
<p>Esse site precisa do Javascript para funcionar corretamente, desculpe-nos!</p>
</noscript>
</html>