-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (23 loc) · 1.04 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>星空</title>
<link rel = 'icon' href = 'https://avatars.githubusercontent.com/u/141554864?v=4'>
<meta name="app-touch-icon" content="https://avatars.githubusercontent.com/u/141554864?v=4">
<meta name = 'name' content = 'The Stars'>
<meta name = 'description' content = 'The Stars,Like Dust'>
<meta property = 'og:title' content = 'The Stars'>
<meta property = 'og:description' content = 'The Stars,Like Dust'>
<meta property = 'og:image' content = 'https://avatars.githubusercontent.com/u/141554864?v=4'>
<meta name="author" content="GitHub@TabGreen">
<link rel="stylesheet" href="style.css"></link>
</head>
<body>
<canvas id="canvas"></canvas>
<script src="script.js"></script>
<link rel = 'stylesheet' href = 'https://fastlink-to-github.pages.dev/min/min.css'>
<script src = 'https://fastlink-to-github.pages.dev/min/min.js'></script>
</body>
</html>