diff options
| author | norrinorri <noora.vanttine@gmail.com> | 2017-05-27 17:45:06 +0300 |
|---|---|---|
| committer | norrinorri <noora.vanttine@gmail.com> | 2017-05-27 17:45:33 +0300 |
| commit | 859935b87c929d87f19888928b686815004b02f1 (patch) | |
| tree | 36241eea306960606a629138fd7d6c2de1a4f58b /_layouts/index_page.html | |
| parent | eaa26ae28ba242e50ea9e9c3731962f6eeef55e1 (diff) | |
frontpage and styling
Diffstat (limited to '_layouts/index_page.html')
| -rw-r--r-- | _layouts/index_page.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/_layouts/index_page.html b/_layouts/index_page.html new file mode 100644 index 0000000..81f7d74 --- /dev/null +++ b/_layouts/index_page.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html style='height:100%;'> + + {% include head.html %} +<body style='height:100%; box-sizing: border-box; margin: 0; padding: 0;'> + <div style='height:100%;'> + + {{ content }} + + </div> + </div> +</body> +</html>
\ No newline at end of file |
