-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (37 loc) · 2.35 KB
/
index.html
File metadata and controls
38 lines (37 loc) · 2.35 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
33
34
35
36
37
38
<!doctype html>
<html lang="zh-CN">
<head>
<title>Hack HTU - 河南师范大学工具站</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Hack HTU 是属于河师大爱好者制作的工具站, 本网站为河师大学生提供一些方便的工具和交流的平台, 并提供河师大学生的交流群组" />
<meta name="keywords" content="hackhtu,河南师范大学工具站,河南师范大学,河师大,HTU,HTUer" />
<meta name="theme-color" content="#71cbff" />
<meta name="color-scheme" content="light dark" />
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="HackHTU" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://htu.me" />
<meta property="og:title" content="Hack HTU - 河南师范大学工具站" />
<meta
property="og:description"
content="Hack HTU 是属于河师大爱好者制作的工具站, 本网站为河师大学生提供一些方便快捷的工具和交流的平台, 并提供河师大学生的交流群组" />
<meta property="og:image" content="https://htu.me/apple-touch-icon.png" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://htu.me" />
<meta property="twitter:title" content="Hack HTU - 河南师范大学工具站" />
<meta
property="twitter:description"
content="Hack HTU 是属于河师大爱好者制作的工具站, 本网站为河师大学生提供一些方便快捷的工具和交流的平台, 并提供河师大学生的交流群组" />
<meta property="twitter:image" content="https://htu.me/favicon-96x96.png" />
<script type="module" src="/src/main.ts"></script>
<link rel="preconnect" href="https://cdn-font.hyperos.mi.com/" />
<link rel="preconnect" href="https://cdn-file.hyperos.mi.com/" />
</head>
<body></body>
</html>