-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (32 loc) · 1.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CrinRank</title>
<meta property="og:title" content=""/>
<meta name="description" content=""/>
<meta property="og:description" content=""/>
<meta property="og:type" content="website"/>
<meta property="og:image" content=""/>
<link rel="canonical" href=""/>
<meta property="og:url" content=""/>
<link rel="shortcut icon" type="image/png" href="favicon.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes"/>
<base target="_parent">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;1,400;1,600&display=swap" rel="stylesheet">
<meta name="apple-mobile-web-app-title" content=""/>
<link rel="apple-touch-icon" href=""/>
<!-- <meta name="apple-mobile-web-app-capable" content="yes"/>-->
<meta name="mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- https://hangout.audio/collections/iems -->
</head>
<body>
</body>
<footer>
<script src="script.js"></script>
<link rel="stylesheet" type="text/css" href="style.css"/>
</footer>
</html>