16 lines
485 B
HTML
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>
|