aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/server/templates/index.html
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-04-27 12:08:26 +0200
committerWojtek Kosior <koszko@koszko.org>2022-04-27 12:08:26 +0200
commitc50d1505d307bf6711d12001d173ae14d91548ab (patch)
treea1591a5f7791462213fa63b74c9e2e802bf7e961 /src/hydrilla/server/templates/index.html
parentbbb9e6fbbec3f6f83b72baf9d337b93aa5f0cb21 (diff)
parentae96024993f111bcb1e48824f5f63be63ef38b1f (diff)
downloadhaketilo-hydrilla-c50d1505d307bf6711d12001d173ae14d91548ab.tar.gz
haketilo-hydrilla-c50d1505d307bf6711d12001d173ae14d91548ab.zip
Update upstream source from tag 'upstream/1.0'
Update to upstream version '1.0' with Debian dir f4a8cf6c148c483e4efd4e885ebc690eea98b8c1
Diffstat (limited to 'src/hydrilla/server/templates/index.html')
-rw-r--r--src/hydrilla/server/templates/index.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/hydrilla/server/templates/index.html b/src/hydrilla/server/templates/index.html
new file mode 100644
index 0000000..3063239
--- /dev/null
+++ b/src/hydrilla/server/templates/index.html
@@ -0,0 +1,30 @@
+{# SPDX-License-Identifier: CC-BY-SA-4.0 OR AGPL-3.0-or-later
+
+HTML index page template.
+
+This file is part of Hydrilla
+
+Copyright (C) 2021 Wojtek Kosior
+
+This file is free cultural work: you can redistribute it with or
+without modification under the terms of the Creative Commons
+Attribution Share Alike 4.0 International as published by the
+Creative Commons Corporation.
+
+This file is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+Creative Commons Attribution Share Alike 4.0 International
+License for more details.
+
+
+I, Wojtek Kosior, thereby promise not to sue for violation of this
+file's license. Although I request that you do not make use this code
+in a proprietary program, I am not going to enforce this in court.
+#}
+
+{% extends 'base.html' %}
+{% block content %}
+ {{ super() }}
+ <h2>{{ _('hydrilla_welcome') }}</h2>
+{% endblock %}