-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 1.05 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="陆陆侠,陆陆侠的生活,llx,luluxia" />
<meta name="description" content="嗨~这里是陆陆侠的生活!" />
<meta property="og:title" content="陆陆侠的生活" />
<meta property="og:author" content="陆陆侠" />
<meta property="og:image" content="https://llx.life/touxiang.png" />
<meta property="og:site_name" content="陆陆侠的生活">
<meta property="og:description" content="嗨~这里是陆陆侠的生活!" />
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />
<title>陆陆侠的生活</title>
</head>
<body class="touch-none h-screen">
<div id="app" class="fixed"></div>
<canvas class="grain fixed top-0 left-0 pointer-events-none"></canvas>
<script type="module" src="/src/main.js"></script>
<script src="/grain.js"></script>
</body>
</html>