add favicon

This commit is contained in:
Christian Herzog
2020-03-12 19:24:51 +01:00
parent 65dbd203ca
commit ed8ff0db97
5 changed files with 14 additions and 11 deletions

View File

@@ -4,6 +4,7 @@
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="shortcut icon" type="image/x-icon" href="/res/favicon.ico">
<link rel="stylesheet" href="/res/bootstrap.css">
<link rel="stylesheet" href="/res/style.css">
<script src="/res/jquery.js"></script>