diff --git a/images/icon.png b/images/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0695e1ebb68c848a3de85fbbd73079f70922cf0b Binary files /dev/null and b/images/icon.png differ diff --git a/index.html b/index.html index 8c6fcb400139b5f900629fadfabaa21149a2c4cf..08d03017ee46a6e84ab35031551f7db7840fdeb0 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,8 @@ <title>PizzaLand</title> + <link rel="icon" href="images/icon.png" sizes="96x96"> + <link rel="stylesheet" type="text/css" href="css/flatly-bootstrap.css" /> <link rel="stylesheet" type="text/css" href="css/main.css" /> </head>