From 3535dfbcb83b7e3eb927a6c6a4f0e47c244d47ef Mon Sep 17 00:00:00 2001 From: 5okin Date: Sun, 24 Jan 2021 17:34:07 +0000 Subject: [PATCH] Upload files to 'server/app/templates' --- server/app/templates/index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 server/app/templates/index.html diff --git a/server/app/templates/index.html b/server/app/templates/index.html new file mode 100644 index 0000000..532eea3 --- /dev/null +++ b/server/app/templates/index.html @@ -0,0 +1,16 @@ + + + + + Weather App + + + +

Server is up and ready to receive

+ + {% for i in range ( data|length ) %} + {{ data[i] }}
+ {% endfor %} + + + \ No newline at end of file