15 lines
323 B
HTML
15 lines
323 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>SiPi-web</title>
|
||
|
<link href="/static/css/base.css" rel="stylesheet" type="text/css" />
|
||
|
<link rel="icon" href="data:;base64,=">
|
||
|
<script src="/static/js/htmx.js"></script>
|
||
|
</head>
|
||
|
|
||
|
{% include 'header.html' %}
|
||
|
|
||
|
{% include 'body.html' %}
|
||
|
|
||
|
{% include 'footer.html' %}
|
||
|
</html>
|