-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.42 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
<!doctype html>
<html lang="zh-Hans">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#FFFFFF" />
<meta property="og:site_name" content="北京大学学生 Linux 俱乐部" />
<!--meta-->
<title><!--title-prefix--> | <!--title-suffix--></title>
<script
defer
data-domain="lcpu.dev"
src="https://report.lcpu.dev/js/script.outbound-links.pageview-props.tagged-events.js"
></script>
<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" />
<link rel="stylesheet" href="/inter/inter.css" />
<!--preload-links-->
<link rel="preconnect" href="https://report.lcpu.dev/" crossorigin />
<link rel="dns-prefetch" href="https://report.lcpu.dev/" />
<link href="mailto:[email protected]" rel="me" />
<link href="https://space.bilibili.com/3461562830424779" rel="me" />
<link href="https://github.com/lcpu-club" rel="me" />
<!-- RSS Feed <link rel="alternate" type="application/rss+xml" href="/rss" title="LCPU RSS Feed"> -->
</head>
<body>
<div id="app"><!--app-html--></div>
<script type="module" src="/src/entry-client.ts"></script>
</body>
</html>