Files
frontend/app/index.html
Dainii 0b29bc2d44
Some checks failed
CI / Lint (push) Failing after 7m46s
CI / Test (push) Failing after 8m24s
small works
2025-04-04 18:21:37 +02:00

26 lines
726 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Holygamesapp</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://unpkg.com/@tailwindcss/browser@4"></script>
{{content-for "head"}}
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css">
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/holygamesapp.css">
{{content-for "head-footer"}}
</head>
<body>
{{content-for "body"}}
<script src="{{rootURL}}assets/vendor.js"></script>
<script src="{{rootURL}}assets/holygamesapp.js"></script>
{{content-for "body-footer"}}
</body>
</html>