Merge pull request #248 from Grey41/main

Favicon Support
This commit is contained in:
Allan Niles 2022-05-19 06:40:29 -06:00 committed by GitHub
commit 8f3e54555f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

BIN
docs/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

View file

@ -3,7 +3,7 @@
<head>
<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">
<style>
@ -176,4 +176,4 @@
box.ondragleave = () => box.removeAttribute("drag")
</script>
</body>
</html>
</html>