33 lines
1.8 KiB
HTML
33 lines
1.8 KiB
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>{{ title }}</title>
|
|
|
|
<!-- Css Files -->
|
|
<link href="{{ url_for('static', filename='css/bootstrap.min.css') }}" rel="stylesheet">
|
|
<link href="{{ url_for('static', filename='css/bootstrap-theme.css') }}" rel="stylesheet">
|
|
<link href="{{ url_for('static', filename='style.css') }}" rel="stylesheet">
|
|
<link href="{{ url_for('static', filename='css/responsive.css') }}" rel="stylesheet">
|
|
<link href="{{ url_for('static', filename='css/color.css') }}" rel="stylesheet">
|
|
<link href="{{ url_for('static', filename='css/flexslider.css') }}" rel="stylesheet">
|
|
<link href="{{ url_for('static', filename='css/iconmoon.css') }}" rel="stylesheet">
|
|
<link href="{{ url_for('static', filename='css/language-selector-remove-able-css.css') }}" rel="stylesheet">
|
|
<link href="{{ url_for('static', filename='css/owl.carousel.css') }}" rel="stylesheet">
|
|
<link href="{{ url_for('static', filename='css/widget.css') }}" rel="stylesheet">
|
|
<!-- <link href="{{ url_for('static', filename='css/rtl.css') }}" rel="stylesheet"> -->
|
|
<link href="{{ url_for('static', filename='css/responsive.css') }}" rel="stylesheet">
|
|
|
|
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
<!-- Wrapper -->
|
|
<div class="wrapper"> |