Files
Shuodedaoli-Deskpet/renderer/index.html

14 lines
401 B
HTML
Raw Normal View History

2025-08-05 23:30:00 +08:00
<!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>Vite + Vue + TS</title>
2025-08-05 23:30:00 +08:00
</head>
2025-08-09 23:32:55 +08:00
<body style="background-color: transparent;">
2025-08-05 23:30:00 +08:00
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
2025-08-05 23:30:00 +08:00
</body>
</html>