Compare commits

...

1 commit

Author SHA1 Message Date
Patrick Hatsune 1e67df083d
Added scripts! 2024-07-06 06:01:06 -07:00
3 changed files with 3 additions and 0 deletions

View file

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

View file

@ -8,5 +8,6 @@
<header>
<h1>Home page!</h1>
</header>
<img src="/src/assets/miku.jpg" width="350"/>
{{ end }}
</body>

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

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