Add favicon

This commit is contained in:
2019-12-05 16:23:20 +01:00
parent b29e48dc68
commit b9ebf29711
4 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>GenGitKan</title>
<link rel="stylesheet" href="css/main.css">
<link rel="icon" type="image/png" href="resources/favicon.png">
</head>
<body>
<div id="app" class="is-fullheight"></div>