feat: styled error screen (#8930)

* Styled error screen

* Make details margin auto

* Update boot.css

* Replace fontawesome with tabler svg

* Remove hr

* Add new style to flush screen

* Rename to `error.css`
This commit is contained in:
Kainoa Kanter
2022-07-05 01:44:05 -07:00
committed by GitHub
parent ef9fdb93d2
commit 40656e3ee2
4 changed files with 138 additions and 11 deletions

View File

@@ -53,7 +53,7 @@ html
block meta
block og
meta(property='og:title' content= title || 'Misskey')
meta(property='og:title' content= title || 'Misskey')
meta(property='og:description' content= desc || '✨🌎✨ A interplanetary communication platform ✨🚀✨')
meta(property='og:image' content= img)

View File

@@ -1,6 +1,12 @@
doctype html
html
head
meta(charset='utf-8')
meta(name='application-name' content='Misskey')
title Flushing Misskey
style
include ../error.css
#msg
script.
const msg = document.getElementById('msg');