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.

(cherry picked from commit 4492cf856b)
This commit is contained in:
Hugo Locurcio
2020-01-20 21:46:42 +01:00
committed by Rémi Verschelde
parent 6edb5ac9e9
commit 30ca4a32a8
3 changed files with 42 additions and 15 deletions

View File

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

View File

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