18 lines
704 B
HTML
18 lines
704 B
HTML
<!doctype html>
|
|
<html lang="he" dir="rtl">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/png" href="/src/assets/my-recipes-logo-light.png" />
|
|
<link rel="apple-touch-icon" href="/src/assets/my-recipes-logo-light.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="google-site-verification" content="xzgN8wy4yNKqR0_qZZeUqj-wfnje0v7koYpUyU1ti2I" />
|
|
<title>My Recipes | המתכונים שלי</title>
|
|
<!-- Load environment variables before app starts -->
|
|
<script src="/env.js?v=20251219"></script>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html>
|