From 94ca5987544009f2da17fe27abc6c9de380d34fd Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Thu, 14 Oct 2021 23:32:50 +0200 Subject: Initial commit - config with index.hmtl --- src/templates/index.html | 20 ++++++++++++++++++++ src/templates/main.html | 18 ++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 src/templates/index.html create mode 100644 src/templates/main.html (limited to 'src/templates') diff --git a/src/templates/index.html b/src/templates/index.html new file mode 100644 index 0000000..0208796 --- /dev/null +++ b/src/templates/index.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + +
+ + + +
+ + + diff --git a/src/templates/main.html b/src/templates/main.html new file mode 100644 index 0000000..aceeb0d --- /dev/null +++ b/src/templates/main.html @@ -0,0 +1,18 @@ + + + + + + + + + + + Hello, world! + + + + main + + + -- cgit v1.3.1