forked from NanaMorse/Cuckoo.Plus
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (29 loc) · 1.34 KB
/
index.html
File metadata and controls
32 lines (29 loc) · 1.34 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- ignore user setting for uc browser -->
<meta name="layoutmode" content="standard" />
<meta name="renderer" content="webkit">
<meta name="force-rendering" content="webkit">
<meta name="theme-color" content="#db4437">
<link rel="manifest" href="manifest.json">
<link rel="icon" type="image/png" href="favicon/google_plus/48x48.png" sizes="48x48">
<link rel="icon" type="image/png" href="favicon/google_plus/72x72.png" sizes="72x72">
<link rel="icon" type="image/png" href="favicon/google_plus/96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="favicon/google_plus/144x144.png" sizes="144x144">
<link rel="icon" type="image/png" href="favicon/google_plus/192x192.png" sizes="192x192">
<link rel="apple-touch-icon" href="favicon/apple-touch-icon.jpg">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link href='https://fonts.loli.net/css?family=Open+Sans' rel='stylesheet'>
<link href='https://fonts.loli.net/icon?family=Material+Icons' rel='stylesheet'>
<title>Cuckoo+</title>
<%= ANALYTICS_SCRIPT %>
</head>
<body>
<div id="app"></div>
</body>
</html>