Add graph tab

This commit is contained in:
Joscha 2023-08-14 17:49:21 +02:00
parent 9caf664b10
commit b0eb94a02a
7 changed files with 56 additions and 1 deletions

View file

@ -0,0 +1,11 @@
{% extends "base.html" %}
{% block title %}graph{% endblock %}
{% block head %}
<script type="module" src="{{ link_graph_js }}"></script>
{% endblock %}
{% block body %}
<h2>Graph</h2>
{% endblock %}