mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 12:37:58 +01:00
16 lines
474 B
Text
16 lines
474 B
Text
|
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)
|
||
|
link rel="icon" href="/favicon.ico" type="image/x-icon"
|
||
|
link rel="icon" href="/favicon.svg" type="image/svg+xml"
|
||
|
|
||
|
body.twofactor
|
||
|
.twofactor__container
|
||
|
= render @view_module, @view_template, assigns
|