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 "navbar" . }}
{{ template "body" . }} {{ template "body" . }}
{{ template "footer" . }} {{ template "footer" . }}
<script src="/src/scripts/main.js"></script>
</body> </body>
</html> </html>
{{ end }} {{ end }}

View file

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

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

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