Adding favicon to Dashboard
This commit is contained in:
parent
2a3e9383d2
commit
533664393d
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="description" content="MMDVM-Dashboard by DG9VH">
|
||||
|
|
|
@ -1 +1 @@
|
|||
var dashboard_version = "2021-02-06 13:28:10";
|
||||
var dashboard_version = "2021-02-06 13:35:38";
|
||||
|
|
Loading…
Reference in a new issue