オフラインでも画像を表示できるようにbase64にして埋め込むようにした
This commit is contained in:
parent
efba945e37
commit
5f40e7eaa4
3 changed files with 22 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<mk-error>
|
||||
<img src="/assets/error.jpg" alt=""/>
|
||||
<img src="data:image/jpeg;base64,%base64:/assets/error.jpg%" alt=""/>
|
||||
<h1>%i18n:common.tags.mk-error.title%</h1>
|
||||
<p class="text">%i18n:common.tags.mk-error.description%</p>
|
||||
<p class="thanks">%i18n:common.tags.mk-error.thanks%</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue