Compare commits

...

2 commits

2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@
{{ template "navbar" . }} {{ template "navbar" . }}
{{ template "body" . }} {{ template "body" . }}
{{ template "footer" . }} {{ template "footer" . }}
<script src="/src/scripts/main.js"></script>
</body> </body>
</html> </html>
{{ end }} {{ end }}

1
src/scripts/main.js Normal file
View file

@ -0,0 +1 @@
console.log("Hello World");