flamenco/web/app/index.html
Pablo Vazquez db01c640f5 Update favicon images and add theme color tag
Use the more easily recognizable Flamenco logo shape without the socket.
2022-07-08 15:24:06 +02:00

16 lines
485 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel='icon' href='/favicon.ico'>
<link rel="apple-touch-icon-precomposed" type='image/png' href="/apple-touch-icon.png" />
<meta name="theme-color" content="#8982c9">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Flamenco Manager</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>