update templates
This commit is contained in:
15
templates/base.html
Normal file
15
templates/base.html
Normal 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>
|
||||
Reference in New Issue
Block a user