Files
nuchat/backend/ui/index.html
Fergus Molloy f9047644fe
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
serve vue spa from axum
2025-07-18 01:49:28 +01:00

14 lines
328 B
HTML

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