Fix icons

This commit is contained in:
Marcel
2018-05-13 00:31:19 +02:00
parent 0944e0528b
commit 46e77159fa

View File

@@ -6,6 +6,7 @@
<link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/x-icon" href="icons/icon.ico"> <link rel="shortcut icon" type="image/x-icon" href="icons/icon.ico">
<link rel="icon" type="image/png" href="icons/icon.png" sizes="32x32"> <link rel="icon" type="image/png" href="icons/icon.png" sizes="32x32">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
</head> </head>
<body> <body>