Files
2024-11-20 16:39:17 +01:00

16 lines
262 B
HTML

<!doctype html>
<html>
<head>
<title>Plotter app</title>
<link rel="stylesheet" type="text/css" href="{{url_for('static', filename='style.css')}}">
</head>
<body>
<h1>Plotter app - Wallter</h1>
{% block content%}
{% endblock %}
</body>
</html>