From 953dc5ef8652a0b7e8ae2c7db3535f1bd157cdd4 Mon Sep 17 00:00:00 2001 From: jwansek <eddie.atten.ea29@gmail.com> Date: Tue, 16 May 2023 14:11:51 +0100 Subject: Added alt text, docker --- templates/index.html.j2 | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 templates/index.html.j2 (limited to 'templates/index.html.j2') diff --git a/templates/index.html.j2 b/templates/index.html.j2 deleted file mode 100644 index 234759f..0000000 --- a/templates/index.html.j2 +++ /dev/null @@ -1,16 +0,0 @@ -{% extends "template.html.j2" %} -{% block content %} - <div id="multicharts"> - <ul> - {% for elem in charts %} - <li> - <div class="chart_container"> - <div class="minichart" id="/minichart{{ elem['url'] }}"> - </div> - </div> - <a class="bottom_text" href="{{ elem['url'] }}">{{ elem['title'] }}</a> - </li> - {% endfor %} - </ul> - </div> -{% endblock %} \ No newline at end of file -- cgit v1.2.3