mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 04:57:00 +01:00
* progress * Okay, main swap works and can login with pw+totp * Feedback * bypassing docs tests temporarily
28 lines
906 B
HTML
28 lines
906 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta name="theme-color" content="white" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
|
|
<title>(% block title %)(( title )) - Kanidm(% endblock %)</title>
|
|
|
|
<link rel="icon" href="/pkg/img/favicon.png" />
|
|
<link rel="apple-touch-icon" href="/pkg/img/logo-256.png" />
|
|
<link rel="apple-touch-icon" sizes="180x180"
|
|
href="/pkg/img/logo-180.png" />
|
|
<link rel="apple-touch-icon" sizes="192x192"
|
|
href="/pkg/img/logo-192.png" />
|
|
<link rel="apple-touch-icon" sizes="512x512"
|
|
href="/pkg/img/logo-square.svg" />
|
|
<link rel="stylesheet" href="/pkg/external/bootstrap.min.css"
|
|
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" />
|
|
<link rel="stylesheet" href="/pkg/style.css" />
|
|
|
|
(% block head %)(% endblock %)
|
|
</head>
|
|
<body>
|
|
(% block body %)(% endblock %)
|
|
</body>
|
|
</html>
|