2019-12-20 22:29:29 +01:00
|
|
|
doctype html
|
|
|
|
html lang="en"
|
|
|
|
head
|
|
|
|
meta charset="utf-8"
|
|
|
|
meta http-equiv="X-UA-Compatible" content="IE=edge"
|
|
|
|
= viewport_meta_tag(@conn)
|
|
|
|
|
|
|
|
title Two Factor Authentication - Derpibooru
|
|
|
|
link rel="stylesheet" href=stylesheet_path(@conn, nil)
|
2020-12-19 22:08:22 +01:00
|
|
|
link rel="stylesheet" href=dark_stylesheet_path(@conn) media="(prefers-color-scheme: dark)"
|
2019-12-20 22:29:29 +01:00
|
|
|
link rel="icon" href="/favicon.ico" type="image/x-icon"
|
|
|
|
link rel="icon" href="/favicon.svg" type="image/svg+xml"
|
|
|
|
|
|
|
|
body.twofactor
|
|
|
|
.twofactor__container
|
2020-04-28 05:42:16 +02:00
|
|
|
= @inner_content
|