18 lines
650 B
HTML
18 lines
650 B
HTML
<!doctype html>
|
|
<html lang="he" dir="rtl">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>רשימת אורחים לחתונה</title>
|
|
<!-- Runtime config injected by the Docker entrypoint at container startup.
|
|
Populates window.ENV.VITE_API_URL from the VITE_API_URL env var.
|
|
MUST be loaded before the main bundle. -->
|
|
<script src="/config.js"></script>
|
|
</head>
|
|
<body dir="rtl">
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html>
|