-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (24 loc) · 956 Bytes
/
index.html
File metadata and controls
30 lines (24 loc) · 956 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Samuel's Personal Web</title>
<!-- Font Awesome for icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script type="module" crossorigin src="/assets/index-DPWcunJN.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-C6q0zLO5.css">
</head>
<body>
<!-- WebGL Canvas (中层,透明) -->
<canvas class="webgl"></canvas>
<!-- Background (底层) -->
<div class="background"></div>
<!-- Page Content (顶层,滚动内容) -->
<div class="page-content"></div>
<!-- React Root (unused for now) -->
<div id="root"></div>
<!-- Main Entry Point -->
</body>
</html>