Rename to error.css

This commit is contained in:
ThatOneCalculator 2022-07-05 00:55:30 -07:00
parent 0f76cb1e76
commit db7b5d777d
3 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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');