Compare commits
2 commits
1e67df083d
...
8a8b88c811
Author | SHA1 | Date | |
---|---|---|---|
Patrick Hatsune | 8a8b88c811 | ||
Patrick Hatsune | 7cd8b627de |
|
@ -12,6 +12,7 @@
|
|||
{{ template "navbar" . }}
|
||||
{{ template "body" . }}
|
||||
{{ template "footer" . }}
|
||||
<script src="/src/scripts/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
{{ end }}
|
||||
|
|
1
src/scripts/main.js
Normal file
1
src/scripts/main.js
Normal file
|
@ -0,0 +1 @@
|
|||
console.log("Hello World");
|
Loading…
Reference in a new issue