Use SVG icon for the error-page
This commit is contained in:
parent
2a33fdaec1
commit
667116b1a5
2
Makefile
2
Makefile
|
@ -39,4 +39,4 @@ native-uninstall:
|
||||||
|
|
||||||
.PHONY: xpi
|
.PHONY: xpi
|
||||||
xpi:
|
xpi:
|
||||||
@rm -f shellfox.xpi && zip -r shellfox.xpi background.js manifest.json _locales html img/shellfox*.png
|
@rm -f shellfox.xpi && zip -r shellfox.xpi background.js manifest.json _locales html img/shellfox*.png img/shellfox.svg
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<span>
|
<span>
|
||||||
<img style="display: inline; width: 3em;" src="../img/shellfox.png">
|
<img style="display: inline; width: 3em;" src="../img/shellfox.svg">
|
||||||
<h1 style="display: inline;" id="errorTitle">Shellfox failed to run command</h1>
|
<h1 style="display: inline;" id="errorTitle">Shellfox failed to run command</h1>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
Ŝarĝante…
Reference in New Issue