Used assets; Used scripts
This commit is contained in:
parent
9f595558b6
commit
f51cefc75e
0
.gitignore
vendored
0
.gitignore
vendored
BIN
src/assets/miku.jpg
Normal file
BIN
src/assets/miku.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 690 KiB |
|
@ -12,6 +12,7 @@
|
|||
{{ template "navbar" . }}
|
||||
{{ template "body" . }}
|
||||
{{ template "footer" . }}
|
||||
<script src="/src/scripts/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
{{ end }}
|
||||
|
|
|
@ -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
1
src/scripts/main.js
Normal file
|
@ -0,0 +1 @@
|
|||
console.log("Hello World");
|
Loading…
Reference in a new issue