-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathindex.html
22 lines (21 loc) · 1.47 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
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" />
<title>今日热榜 - 汇聚全网热点,热门尽览无余</title>
<meta name="keywords" content="今日热榜,热榜API,微博热搜,百度热点,今日头条,知乎热榜" />
<meta name="description" content="今日热榜提供各站热榜聚合:微博热搜,百度热点,今日头条,知乎热榜...追踪全网热点、简单高效阅读。" />
<meta property="og:description" content="今日热榜提供各站热榜聚合:微博热搜,百度热点,今日头条,知乎热榜...追踪全网热点、简单高效阅读。" />
<meta property="og:site_name" content="今日热榜提供各站热榜聚合:微博热搜,百度热点,今日头条,知乎热榜...追踪全网热点、简单高效阅读。" />
<meta property="og:title" content="今日热榜提供各站热榜聚合:微博热搜,百度热点,今日头条,知乎热榜...追踪全网热点、简单高效阅读。" />
<meta property="og:url" content="https://hot.vvhan.com/" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<!-- 统计代码 推荐开源项目( https://github.com/uxiaohan/HanAnalytics )免费托管在 Cloudflare Pages 上 -->
<!-- 预览地址 https://analytics.vvhan.com/ -->
</body>
</html>