Files
monsiteperso/app/templates/themes/creative/_head.html
2026-08-03 02:33:58 +02:00

20 lines
877 B
HTML

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="{{ config.siteDescription }}">
<meta name="author" content=" {{config.siteAuthor}} ">
<title> {{ config.siteTitle }} </title>
{% block css %} {% endblock %}
<!-- Bootstrap core CSS -->
<link href="/static/themes/creative/vendors/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="/static/themes/creative/vendors/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="/static/themes/creative/css/fontes-creative.css">
<!-- Plugin CSS -->
<link href="/static/themes/creative/vendors/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="/static/themes/creative/css/creative.css" rel="stylesheet">