Rename to error.css
This commit is contained in:
parent
0f76cb1e76
commit
db7b5d777d
3 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,7 @@
|
||||||
if (!errorsElement) {
|
if (!errorsElement) {
|
||||||
document.getElementsByTagName("head")[0].insertAdjacentHTML(
|
document.getElementsByTagName("head")[0].insertAdjacentHTML(
|
||||||
"beforeend",
|
"beforeend",
|
||||||
`<link rel="stylesheet" href="../boot.css" />`);
|
`<link rel="stylesheet" href="../error.css" />`);
|
||||||
document.documentElement.innerHTML = `
|
document.documentElement.innerHTML = `
|
||||||
<svg class="icon-warning" xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-alert-triangle" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
<svg class="icon-warning" xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-alert-triangle" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
||||||
|
|
|
@ -6,7 +6,7 @@ html
|
||||||
meta(name='application-name' content='Misskey')
|
meta(name='application-name' content='Misskey')
|
||||||
title Flushing Misskey
|
title Flushing Misskey
|
||||||
style
|
style
|
||||||
include ../boot.css
|
include ../error.css
|
||||||
#msg
|
#msg
|
||||||
script.
|
script.
|
||||||
const msg = document.getElementById('msg');
|
const msg = document.getElementById('msg');
|
||||||
|
|
Loading…
Reference in a new issue