From a1a067e6de1679d0a3a1503e93bb672432990cd4 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 2 Dec 2019 15:31:00 +0100 Subject: Add HTTP server boilerplate --- public/index.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 public/index.html (limited to 'public/index.html') diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..9dbc3fe --- /dev/null +++ b/public/index.html @@ -0,0 +1,5 @@ +{{template "head"}} + +

koushin

+ +{{template "foot"}} -- cgit v1.2.3-59-g8ed1b