diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e69de29..0000000 diff --git a/src/assets/miku.jpg b/src/assets/miku.jpg new file mode 100644 index 0000000..33d75d4 Binary files /dev/null and b/src/assets/miku.jpg differ diff --git a/src/index.tmpl b/src/index.tmpl index 1e0e638..d8c16f0 100644 --- a/src/index.tmpl +++ b/src/index.tmpl @@ -12,6 +12,7 @@ {{ template "navbar" . }} {{ template "body" . }} {{ template "footer" . }} + {{ end }} diff --git a/src/pages/home.tmpl b/src/pages/home.tmpl index 51d1b78..bce9cf6 100644 --- a/src/pages/home.tmpl +++ b/src/pages/home.tmpl @@ -8,5 +8,6 @@

Home page!

+ {{ end }} diff --git a/src/scripts/main.js b/src/scripts/main.js new file mode 100644 index 0000000..accefce --- /dev/null +++ b/src/scripts/main.js @@ -0,0 +1 @@ +console.log("Hello World");