mirror of https://github.com/Hypfer/Valetudo.git
28 lines
766 B
HTML
28 lines
766 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="favicon.ico" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta
|
|
name="description"
|
|
content="Valetudo"
|
|
/>
|
|
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
|
|
<link rel="manifest" href="manifest.json" />
|
|
<style>
|
|
@media (prefers-color-scheme: dark) {
|
|
body {
|
|
background-color: #121212
|
|
}
|
|
}
|
|
</style>
|
|
<title>Valetudo</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|