-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
34 lines (34 loc) · 1.51 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta charset="UTF-8">
<title>2015YouTube</title>
<link rel="icon" href="favicon-vflz7uhzw.ico" type="image/x-icon">
<link rel="shortcut-icon" href="favicon-vflz7uhzw.ico" type="image/x-icon">
<link rel="manifest" href="/webmanifest.json">
<link rel="apple-touch-icon" sizes="192x192" href="/android-chrome-192.png">
<meta name="theme-color" content="#BA1B12">
<style type="text/css">
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
margin: 0;
text-align: center;
background-color: #eee;
}
html {
font-family: "Roboto",Arial,Sans-serif;
}
</style>
</head>
<body>
<div style="display: block;height: 56px;box-shadow: 0px 1px 2px rgba(0,0,0,0.15);background-color: #e62117;"></div>
<div style="background: white; margin: 8px; padding: 1px 8px;">
<!-- <h2>We're currently working on this page</h2> -->
<h2>This page will be created soon</h2>
<!-- <p>Please check back later</p> -->
<p style="font-size: 14px;">In the meantime, you can try out YTm15 by <a href="https://ytm15.github.io/app/">clicking here</a></p>
</div>
</body>
</html>