forked from extern/homer
Simplify index & fix logo path
This commit is contained in:
parent
4b639b1c10
commit
5609315fe7
@ -2,13 +2,11 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="assets/favicon.ico" />
|
||||
<link rel="apple-touch-icon" href="assets/apple-touch-icon.png" sizes="180x180">
|
||||
<link rel="mask-icon" href="assets/logo.svg" color="#FFFFFF">
|
||||
<meta name="theme-color" content="#3367D6">
|
||||
<link rel="icon" href="assets/icons/favicon.ico" />
|
||||
<link rel="apple-touch-icon" href="assets/icons/apple-touch-icon.png" sizes="180x180">
|
||||
<link rel="mask-icon" href="assets/icons/logo.svg">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover">
|
||||
<title>Homer</title>
|
||||
<meta name="description" content="Home Server Dashboard">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
Loading…
Reference in New Issue
Block a user