pan-disk/web-src/index.html
2025-06-29 17:52:31 +08:00

14 lines
309 B
HTML

<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link href="./assets/index.svg" rel="icon">
<meta content="width=device-width, initial-scale=0.8" name="viewport">
<title>Vite App</title>
</head>
<body>
<main id="app"></main>
</body>
<script src="/main.ts" type="module"></script>
</html>