Files
food-tracer/client/index.html
T

16 lines
529 B
HTML

<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#111827" />
<meta name="description" content="Food Tracer — evidence snědených jídel a útraty za jídlo" />
<title>Food Tracer</title>
</head>
<body>
<noscript>Pro běh aplikace je potřeba zapnutý JavaScript.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>