summaryrefslogtreecommitdiff
path: root/server/templates/index.html
blob: 4d6fd77e24fcfdc20f8a20021f9dc3e8584fa2b4 (plain)
1
2
3
4
5
6
7
8
9
{%extends "base.html"%}

{%block maincontent %}
TODO: ... this should become some fancy splash page.

<h1>Industrial Information System</h1>


{%endblock%}