Compare commits
No commits in common. "ee82a1adbdd8781cc8e52aa2247f6cbf53e8d6b3" and "cacab2c40d702d09cccc78ac01ebda9ae7e4a3a2" have entirely different histories.
ee82a1adbd
...
cacab2c40d
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
Binary file not shown.
Before Width: | Height: | Size: 690 KiB |
|
@ -12,7 +12,6 @@
|
||||||
{{ 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 }}
|
||||||
|
|
|
@ -8,6 +8,5 @@
|
||||||
<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 +0,0 @@
|
||||||
console.log("Hello World");
|
|
Loading…
Reference in a new issue