update templates

This commit is contained in:
2022-10-28 15:18:51 -07:00
parent 407a103913
commit e4516e12d9
4 changed files with 4 additions and 4 deletions

15
templates/base.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<head>
<title>Pyrometry Application</title>
<link rel="app.css">
</head>
<body>
{% block content required %}
{% endblock %}
</body>
<style>
* {
font-family: sans-serif;
}
</style>