Compare commits

..

No commits in common. "ee82a1adbdd8781cc8e52aa2247f6cbf53e8d6b3" and "cacab2c40d702d09cccc78ac01ebda9ae7e4a3a2" have entirely different histories.

5 changed files with 0 additions and 3 deletions

0
.gitignore vendored Normal file
View file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 690 KiB

View file

@ -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 }}

View file

@ -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>

View file

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