Update index.html

This commit is contained in:
dvirlabs 2025-12-08 07:09:14 +02:00
parent 1d33e52100
commit 66d2aa0a66

View File

@ -1,10 +1,10 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="he" dir="rtl">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🍽️</text></svg>">
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>frontend</title> <title>My Recipes | מתכונים שלי</title>
<!-- Load environment variables before app starts --> <!-- Load environment variables before app starts -->
<script src="/env.js"></script> <script src="/env.js"></script>
</head> </head>