1
0
forked from PGL/Clyde
Clyde/frontend/login/index.html
Anthony Debucquoy dcd1fad6ac
solve access to /login
Vite won't export not specified page, so I specified it in the config.
2024-03-05 10:57:48 +01:00

12 lines
196 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Clyde - Login</title>
</head>
<body>
<div id="app"></div>
<script type=module src="/src/login.js"></script>
</body>
</html>