watchyourlan/internal/web/templates/index.html
2025-03-18 22:04:12 +07:00

10 lines
No EOL
338 B
HTML

{{ define "index.html" }}
<script type="module" crossorigin src="/fs/public/assets/index.js"></script>
<link rel="stylesheet" crossorigin href="/fs/public/assets/index.css">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
{{ template "footer.html" }}
{{ end }}