Clyde/frontend/index.html
Debucquoy Anthony 2d43707aca
All checks were successful
Build and test backend / Build-backend (push) Successful in 2m6s
Build and test backend / Test-backend (push) Successful in 1m17s
deploy to production / deploy-frontend (push) Successful in 22s
deploy to production / deploy-backend (push) Successful in 2m12s
Build and test FrontEnd / Build-frontend (push) Successful in 20s
Changing name because it's cool...
Honestly this commit can be skipped but I want to show-off ^^
2024-03-02 20:09:19 +01:00

13 lines
249 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<title> Clyde 🪦</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>