firelab-general/templates/base.html

16 lines
217 B
HTML

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