Added support for favicon

This commit is contained in:
GreyHope 2022-05-19 09:29:22 +01:00 committed by GitHub
parent f9b2a3004c
commit 0631b977e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
<head> <head>
<title>EmulatorJS</title> <title>EmulatorJS</title>
<link rel = icon href = docs/Logo.png> <link rel = icon href = docs/favicon.ico sizes = "16x16 32x32 48x48 64x64" type = image/vnd.microsoft.icon>
<meta name = viewport content = "width = device-width, initial-scale = 1"> <meta name = viewport content = "width = device-width, initial-scale = 1">
<style> <style>