-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (28 loc) · 1.36 KB
/
Copy pathindex.html
File metadata and controls
30 lines (28 loc) · 1.36 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
<!DOCTYPE html>
<html lang="zh_CN">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<title>聚全网每日热榜聚合 - 汇聚全网热点,热门尽览无余</title>
<!-- Rendering engine settings -->
<meta name="renderer" content="webkit">
<meta name="keyWords" contect="YunChat">
<meta name="force-rendering" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- Device and content settings -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="applicable-device" content="pc,mobile">
<meta name="format-detection" content="telephone=no">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<!-- Viewport settings for responsive design -->
<meta name="description" content="汇聚全网热点,热门尽览无余">
<meta name="viewport"
content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no,viewport-fit=cover">
</head>
<body style="height: 100%!important">
<div id="application"></div>
<script type="module" src="/src/application.ts"></script>
</body>
</html>