From d67248c6cab9145ad88d5c16584b58abc7055676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marina=20J=C3=A4ntti?= Date: Wed, 1 Nov 2023 02:45:15 +0200 Subject: Just initial structure and testing out cookies --- templates/analyse.html | 1 + templates/answer.html | 1 + templates/create.html | 1 + templates/info.html | 1 + templates/moderate.html | 1 + templates/nick.html | 5 +++++ 6 files changed, 10 insertions(+) create mode 100644 templates/analyse.html create mode 100644 templates/answer.html create mode 100644 templates/create.html create mode 100644 templates/info.html create mode 100644 templates/moderate.html create mode 100644 templates/nick.html (limited to 'templates') diff --git a/templates/analyse.html b/templates/analyse.html new file mode 100644 index 0000000..ad50883 --- /dev/null +++ b/templates/analyse.html @@ -0,0 +1 @@ +

analyse

diff --git a/templates/answer.html b/templates/answer.html new file mode 100644 index 0000000..70bdfb9 --- /dev/null +++ b/templates/answer.html @@ -0,0 +1 @@ +

answer

diff --git a/templates/create.html b/templates/create.html new file mode 100644 index 0000000..8335934 --- /dev/null +++ b/templates/create.html @@ -0,0 +1 @@ +

create

diff --git a/templates/info.html b/templates/info.html new file mode 100644 index 0000000..73fbfe0 --- /dev/null +++ b/templates/info.html @@ -0,0 +1 @@ +

info

diff --git a/templates/moderate.html b/templates/moderate.html new file mode 100644 index 0000000..2a491af --- /dev/null +++ b/templates/moderate.html @@ -0,0 +1 @@ +

moderate

diff --git a/templates/nick.html b/templates/nick.html new file mode 100644 index 0000000..72c641d --- /dev/null +++ b/templates/nick.html @@ -0,0 +1,5 @@ +
+Anna itsellesi nimimerkki ensin: + + +
-- cgit v1.2.3