18 lines
600 B
HTML
18 lines
600 B
HTML
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="manifest" href="/manifest.json">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/icons/icon-32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/icons/icon-16.png">
|
|
<link rel="apple-touch-icon" href="/icons/icon-180.png">
|
|
<meta name="theme-color" content="#22c55e">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Nutrio</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|