-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
27 lines (22 loc) · 985 Bytes
/
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
<!doctype html>
<html lang="yue">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0,viewport-fit=cover">
<meta property="og:site_name" content="LIHKG❤️Github">
<title>LIHKG❤️Github</title>
<link href="/assets/images/logo.gif" rel="shortcut icon">
<link href="/manifest.json" rel="manifest">
<link href="/assets/images/safari-pinned-tab.svg" color="#fbc308" rel="mask-icon">
<link href="/assets/images/logo-256.png" rel="apple-touch-icon">
<link rel="stylesheet" href="/assets/fonts/lolicon/style2.css">
<link rel="stylesheet" href="/assets/css/code.css">
<link rel="stylesheet" href="/dist/index.css">
<link rel="stylesheet" href="/assets/css/main.css">
</head>
<body data-app-sm data-app-ho data-app-tv data-app-fs="m" data-app-cx>
<div id="app"></div>
<noscript>請啟用 JavaScript 繼續瀏覧</noscript>
<script src="/dist/index.js"></script>
</body>
</html>