philomena/lib/philomena_web/templates/layout/two_factor.html.slime

19 lines
555 B
Text
Raw Normal View History

2019-12-20 16:29:29 -05:00
doctype html
html lang="en"
head
meta charset="utf-8"
meta http-equiv="X-UA-Compatible" content="IE=edge"
= viewport_meta_tag(@conn)
2024-05-20 19:04:12 +02:00
title
' Two Factor Authentication -
= site_name()
2019-12-20 16:29:29 -05:00
link rel="stylesheet" href=stylesheet_path(@conn, nil)
2024-05-07 19:33:56 +02:00
link rel="stylesheet" href=light_stylesheet_path(@conn) media="(prefers-color-scheme: light)"
2019-12-20 16:29:29 -05:00
link rel="icon" href="/favicon.ico" type="image/x-icon"
link rel="icon" href="/favicon.svg" type="image/svg+xml"
2021-08-20 21:07:48 -04:00
body.minimal
.minimal__container
2020-04-27 23:42:16 -04:00
= @inner_content