plotter app

This commit is contained in:
Nathan-rek
2024-11-18 13:28:10 +01:00
parent 1b42a13584
commit aacff9394f
122 changed files with 4346 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!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>