Nigel Barink 1cd303824d
Some checks failed
My Actions / Explore (push) Has been cancelled
Setting up basic application structure
2024-11-04 21:41:33 +01:00

14 lines
317 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
{{ .inertiaHead }}
</head>
<body>
{{ .inertia }}
<script type="module" src="build/main.bundle.js"></script>
</body>
</html>