mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-12-01 07:18:00 +01:00
20 lines
650 B
Text
20 lines
650 B
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
|
|
<%= viewport_meta_tag(@conn) %>
|
|
<title>
|
|
Two Factor Authentication - Derpibooru
|
|
</title>
|
|
<link href={stylesheet_path(nil)} rel="stylesheet" />
|
|
<link href={dark_stylesheet_path()} media="(prefers-color-scheme: dark)" rel="stylesheet" />
|
|
<link href="/favicon.ico" rel="icon" type="image/x-icon" />
|
|
<link href="/favicon.svg" rel="icon" type="image/svg+xml" />
|
|
</head>
|
|
<body class="minimal">
|
|
<div class="minimal__container">
|
|
<%= @inner_content %>
|
|
</div>
|
|
</body>
|
|
</html>
|