mirror of
https://github.com/marcus-alicia/iRedAdmin-Pro-SQL.git
synced 2026-05-26 15:13:38 +00:00
22 lines
850 B
HTML
22 lines
850 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<meta http-equiv="imagetoolbar" content="no"/>
|
|
<title>{% block title %}{%endblock%}</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="{{ctx.homepath}}/static/{{skin}}/css/spectre.min.css" />
|
|
<link rel="stylesheet" type="text/css" href="{{ctx.homepath}}/static/{{skin}}/css/spectre-icons.min.css" />
|
|
<link rel="icon" type="image/x-icon" href="{{ctx.homepath}}/static/{% if brand_favicon %}{{ brand_favicon }}{% else %}favicon.ico{% endif %}" />
|
|
|
|
<style type="text/css">
|
|
body { background: #f8f9fa; }
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
{% block main %}{% endblock %}
|
|
</body>
|
|
</html>
|