Fix: Mobile Icon Support in iOS and Android (#44)

* template_base.html: Add Mobile Icon Support

* Resources: Add Mobile Icons
This commit is contained in:
Mason Thompson 2021-07-17 23:28:02 -04:00 committed by GitHub
parent 7fdd66b19b
commit 89011a7db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 0 deletions

BIN
resources/xemu_180x180.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
resources/xemu_192x192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -18,6 +18,8 @@
<meta name="twitter:description" content="{{ description }}">
<meta name="twitter:image" content="{{ main_url_base }}/docs/assets/images/social_banner.png">
<link rel="favicon" type="image/ico" href="{{ main_url_base }}/resources/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="{{ main_url_base }}/resources/xemu_180x180.png">
<link rel="icon" sizes="192x192" href="{{ main_url_base }}/resources/xemu_192x192.png">
<link rel="stylesheet" href="{{ main_url_base }}/theme.css">
<title>{%block title %}{% endblock %}{% if self.title() %} | {% endif %}xemu: Original Xbox Emulator</title>