firelab-general/templates/base.html

16 lines
217 B
HTML
Raw Normal View History

2022-10-11 11:19:48 -07:00
<!DOCTYPE html>
<head>
<title>Pyrometry Application</title>
<link rel="app.css">
</head>
<body>
2022-10-11 13:46:53 -07:00
{% block content required %}
{% endblock %}
2022-10-11 11:19:48 -07:00
</body>
2022-10-12 21:22:10 -07:00
<style>
* {
font-family: sans-serif;
}
</style>