Files
telangpu 2fd1a741cf update
2026-04-27 16:33:26 +08:00

24 lines
407 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/0000_gb_points_temp/fc.ico" type="image/x-icon" sizes="16x16">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
<style>
body {
margin: 0;
}
</style>
</html>