Connect and retrieve initial bucket index
This commit is contained in:
commit
eccd4ef797
12 changed files with 3531 additions and 0 deletions
15
templates/index.html.tera
Normal file
15
templates/index.html.tera
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue