Simplify index & fix logo path

This commit is contained in:
Bastien Wirtz 2022-07-11 21:00:01 +02:00
parent 4b639b1c10
commit 5609315fe7
2 changed files with 3 additions and 5 deletions

View File

@ -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>

View File

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB