mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 21:47:59 +01:00
23 lines
635 B
Text
23 lines
635 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
|
||
|
=> @status
|
||
|
| - Philomena
|
||
|
link rel="stylesheet" href=stylesheet_path(@conn, nil)
|
||
|
link rel="stylesheet" href=dark_stylesheet_path(@conn) media="(prefers-color-scheme: dark)"
|
||
|
link rel="icon" href="/favicon.ico" type="image/x-icon"
|
||
|
link rel="icon" href="/favicon.svg" type="image/svg+xml"
|
||
|
|
||
|
body.minimal
|
||
|
.minimal__message
|
||
|
h1.minimal__message__header
|
||
|
i.fa.fw.favicon-home>
|
||
|
' Philomena
|
||
|
|
||
|
h3 = @short_msg
|
||
|
p = @long_msg
|