mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
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:
committed by
Rémi Verschelde
parent
6edb5ac9e9
commit
30ca4a32a8
1
misc/dist/html/fixed-size.html
vendored
1
misc/dist/html/fixed-size.html
vendored
@@ -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">
|
||||
|
||||
|
||||
1
misc/dist/html/full-size.html
vendored
1
misc/dist/html/full-size.html
vendored
@@ -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'>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user