bs1in/web/templates/main.html

11 lines
312 B
HTML
Raw Normal View History

2021-10-13 11:06:56 +02:00
{{define "body"}}
<section id="wrapper">
<button id="btn-reset">Reset & Refresh Databases</button>
<div class="hidden" id="general-info"></div>
2021-10-13 11:06:56 +02:00
</section>
{{end}}
{{define "scripts"}}
<script src="/static/js/main.js"></script>
2021-10-13 11:06:56 +02:00
<script src="/static/js/helper.js"></script>
{{end}}