10 lines
No EOL
338 B
HTML
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 }} |