Files
wallter/plotter-app/templates/index.html
Nathan-rek aacff9394f plotter app
2024-11-18 13:28:10 +01:00

16 lines
252 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</h1>
{% block content%}
{% endblock %}
</body>
</html>