frontend-js-auto-build-temp.../index.html
Mars160 c856a819d4
All checks were successful
Gitea Actions 自动编译Vite APP / build-and-release (push) Successful in 1m26s
first commit
2024-11-05 01:32:27 +08:00

14 lines
357 B
HTML

<!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</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>