Initial commit - Meal Tracker app
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="en" class="h-full dark">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#059669" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<title>Meal Tracker</title>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
</head>
|
||||
<body class="bg-gray-100 min-h-screen">
|
||||
<div id="root"></div>
|
||||
<body class="h-full m-0 bg-gray-900 dark:bg-gray-900">
|
||||
<div id="root" class="h-full"></div>
|
||||
<script type="module" src="/src/main.jsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user