jpscontracting/templates/base.html

20 lines
577 B
HTML
Raw Normal View History

2017-01-12 13:06:39 +00:00
<!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>