mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature: cloudcmd: Add support for Progressive Web App (#426)
* Add support for Progressive Web App * Add resized favicon 256x256
This commit is contained in:
parent
f2ef160ca8
commit
71dc8dd6be
3 changed files with 15 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
<link rel="icon" href="{{ prefix }}/favicon.ico">
|
||||
|
||||
<link rel=stylesheet href="{{ prefix }}/dist/cloudcmd.css">
|
||||
<link rel="manifest" href="{{ prefix }}/static/manifest.json">
|
||||
<noscript>
|
||||
<link rel=stylesheet href="{{ prefix }}/dist/nojs.css">
|
||||
</noscript>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue