jpscontracting/templates/base.html
Alexander Hosking b58bc5cc1b First flask push
2017-01-12 08:06:39 -05:00

20 lines
577 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><Test</title>
</head>
<body>
{% block content %}{% endblock %}
{% block body %}{% endblock %}
</body>
<!--Footer-->
<footer class="footer">
<div class="container">
<p class="text-muted">Inventory 1.0 (c)<a href="https://www.ahoskingit.com">AHoskingIT</a></p>
</div>
</footer>
</html>