add all files
This commit is contained in:
28
templates/base.html
Normal file
28
templates/base.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="stylesheet" href="{{ url_for('static',filename='css/bootstrap.min.css')}}">
|
||||
<link rel="stylesheet" href="{{ url_for('static',filename='css/index.css')}}">
|
||||
|
||||
<title class="no-print">Инвентаризация</title>
|
||||
</head>
|
||||
|
||||
|
||||
{% include 'head.html' %}
|
||||
|
||||
<div class="row no-print">
|
||||
{% include 'navbar.html' %}
|
||||
</div>
|
||||
|
||||
<body>
|
||||
{% block content %} {% endblock %}
|
||||
|
||||
|
||||
|
||||
{% include 'js.html' %}
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user