From 9f94c25b15d324c862b0f0b977ffaf4fe433c57e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna=20=C4=BBa=C5=A1ko?= Date: Thu, 2 May 2024 11:11:12 +0000 Subject: [PATCH] Add index.html --- index.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..cdf8afc --- /dev/null +++ b/index.html @@ -0,0 +1,24 @@ + + + + + + + + + + HTML 5 Boilerplate + + + +
+ {% if name %} +

Hello, {{ name }}

+ {% else %} +

Hello, unknown

+ {% endif %} +

Get to know your true self!

+ Book your ticket to the paradise! +
+ + \ No newline at end of file