homer/index.html

17 lines
551 B
HTML
Raw Normal View History

2022-06-04 22:40:48 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2022-07-03 21:40:47 +02:00
<link rel="icon" href="assets/favicon.ico" />
<link rel="apple-touch-icon" href="assets/apple-touch-icon.png" sizes="180x180">
<meta name="theme-color" content="#3367D6">
<meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover">
<title>Homer</title>
2022-07-03 21:40:47 +02:00
<meta name="description" content="Home Server Dashboard">
2022-06-04 22:40:48 +02:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>