From 314c42acd1595146a66a9530c982b660832cf3e5 Mon Sep 17 00:00:00 2001 From: Paweł Dybiec Date: Sun, 24 May 2020 23:36:36 +0200 Subject: Add cs map service --- compose/cs/templates/main.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 compose/cs/templates/main.html (limited to 'compose/cs/templates') diff --git a/compose/cs/templates/main.html b/compose/cs/templates/main.html new file mode 100644 index 0000000..c93bfac --- /dev/null +++ b/compose/cs/templates/main.html @@ -0,0 +1,27 @@ + + + Map of a day + + + + + + + + + + + + {% for e in maps %} + + + + + + + {% endfor %} + +
Day Map Map
{{ e[0] }}{{ e[1] }}{{ e[2] }}
+ + + -- cgit 1.4.1