From c2cb66ad1830d1394c5d6c1dfa2e75ef7e23072b Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 31 May 2022 15:24:35 +0900 Subject: Draft web server skeleton --- templates/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..39785aa --- /dev/null +++ b/templates/index.html @@ -0,0 +1,9 @@ + + + + + +{{.}} + + + -- cgit 1.4.1