mirror of
https://github.com/xemu-project/xemu-website.git
synced 2024-11-23 03:19:44 +00:00
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:
parent
7fdd66b19b
commit
89011a7db2
BIN
resources/xemu_180x180.png
Normal file
BIN
resources/xemu_180x180.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
BIN
resources/xemu_192x192.png
Normal file
BIN
resources/xemu_192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user