Add favicon

This commit is contained in:
Marcel
2018-05-11 11:07:11 +02:00
parent 106a10a8da
commit f2c87257fb
3 changed files with 2 additions and 0 deletions

BIN
icons/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

BIN
icons/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 791 B

View File

@@ -3,6 +3,8 @@
<head>
<meta charset="UTF-8">
<title>Minesweeper.js</title>
<link rel="shortcut icon" type="image/x-icon" href="icons/icon.ico">
<link rel="icon" type="image/png" href="icons/icon.png" sizes="32x32">
<style>
html {
overflow: hidden;