diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-01-20 21:46:42 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-02-01 10:33:23 +0100 |
commit | 4492cf856b3aab50dabe616d740111907a550c9b (patch) | |
tree | bae4d10b1fa22dac679d09fa0daa569bc0018336 /misc | |
parent | ad8819ca61fd2907a750131f928213992fded54a (diff) |
Export and reference the icon as favicon when exporting to HTML5
This makes the project icon display immediately as a favicon when
opening the page, without having to wait for the project to finish
loading.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dist/html/fixed-size.html | 1 | ||||
-rw-r--r-- | misc/dist/html/full-size.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/misc/dist/html/fixed-size.html b/misc/dist/html/fixed-size.html index 1cc6fd715e..6c6a3a5d2d 100644 --- a/misc/dist/html/fixed-size.html +++ b/misc/dist/html/fixed-size.html @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> <head> <meta charset="utf-8" /> + <link id='-gd-engine-icon' rel='icon' type='image/png' href='favicon.png' /> <title></title> <style type="text/css"> diff --git a/misc/dist/html/full-size.html b/misc/dist/html/full-size.html index 9269227d02..92b65257d4 100644 --- a/misc/dist/html/full-size.html +++ b/misc/dist/html/full-size.html @@ -3,6 +3,7 @@ <head> <meta charset='utf-8' /> <meta name='viewport' content='width=device-width, user-scalable=no' /> + <link id='-gd-engine-icon' rel='icon' type='image/png' href='favicon.png' /> <title></title> <style type='text/css'> |