UNPKG

861 BHTMLView Raw
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
7 <meta name="apple-mobile-web-app-capable" content="yes">
8 <meta name="apple-mobile-web-app-status-bar-style" content="black">
9 <meta name="format-detection" content="telephone=no,email=no">
10 <meta name="description" content="Auth Center"/>
11 {% block title %}{% endblock %}
12 {% if favicon %}
13 <link rel="shortcut icon" type="image/x-icon" href="{{favicon}}">
14 {% endif %}
15 <link rel="stylesheet" href="/main.css">
16</head>
17<body>
18 <div class="header-logo">
19 {% if logo %}
20 <img height="48" src="{{logo}}">
21 {% endif %}
22 </div>
23 <div class="auth-form">
24 {% block content %}{% endblock %}
25 </div>
26</body>
27</html>
\No newline at end of file