mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 17:05:55 +02:00
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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user