HomeAutomation-Web/root.html

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>