From 446602fe336ad1c2a23e3d50d7cd1d1356fcc9de Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Thu, 26 Nov 2020 13:55:55 +0400 Subject: Initial commit --- templates/hello.html | 9 +++++++++ templates/index.html | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 templates/hello.html create mode 100644 templates/index.html (limited to 'templates') diff --git a/templates/hello.html b/templates/hello.html new file mode 100644 index 0000000..cb0681d --- /dev/null +++ b/templates/hello.html @@ -0,0 +1,9 @@ + + + + Document + + + Hello! + + \ No newline at end of file diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..2f82895 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,9 @@ + + + + Document + + + This is index page + + \ No newline at end of file -- cgit v1.2.3