Connect and retrieve initial bucket index

This commit is contained in:
Matteo Settenvini 2023-07-01 13:03:41 +02:00
commit eccd4ef797
12 changed files with 3531 additions and 0 deletions

15
templates/index.html.tera Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<!--
SPDX-FileCopyrightText: © Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>
SPDX-License-Identifier: EUPL-1.2
-->
<html>
<head></head>
<body>
<ul>
{% for object in objects %}
<li><a href="{{ object }}">{{ object }}</a></li>
{% endfor %}
</ul>
</body>
</html