24 lines
1.5 KiB
HTML
24 lines
1.5 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>BDE INFO - Login</title>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<!--===============================================================================================-->
|
||
|
<link rel="icon" type="image/png" href="{{ url_for('static', filename='images/icons/favicon.ico') }}"/>
|
||
|
<!--===============================================================================================-->
|
||
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='fonts/font-awesome-4.7.0/css/font-awesome.min.css') }}">
|
||
|
<!--===============================================================================================-->
|
||
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='vendor/animate/animate.css') }}">
|
||
|
<!--===============================================================================================-->
|
||
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='vendor/css-hamburgers/hamburgers.min.css') }}">
|
||
|
<!--===============================================================================================-->
|
||
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/util.css') }}">
|
||
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/main.css') }}">
|
||
|
<!--===============================================================================================-->
|
||
|
</head>
|
||
|
<body>
|
||
|
{% block content %}{% endblock %}
|
||
|
</body>
|
||
|
</html>
|