FileShareUI/index.html

14 lines
368 B
HTML
Raw Normal View History

2023-11-17 11:19:59 +08:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2023-12-09 00:02:24 +08:00
<link rel="icon" type="image/svg+xml" href="/UserAvatar.jpg" />
2023-11-17 11:19:59 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-12-09 00:02:24 +08:00
<title>文件分享站</title>
2023-11-17 11:19:59 +08:00
</head>
2023-11-18 19:59:12 +08:00
<body>
2023-11-17 11:19:59 +08:00
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>