add favicon (fixes #3)
This commit is contained in:
parent
7b7cc187e7
commit
4fbad7f3ed
3 changed files with 9 additions and 2 deletions
|
@ -4,8 +4,11 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
<title>elstatus</title>
|
||||
<meta name="description" content="monitoring your apps">
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.svg" type="image/svg+xml">
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.png" type="image/png">
|
||||
|
||||
<title>elstat</title>
|
||||
<meta name="description" content="a status page for elixi.re">
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue