add homepage hero and route

This commit is contained in:
Yisroel Baum 2026-05-16 21:49:32 +03:00
parent ca20b7ae43
commit 4d8e0902ba
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
6 changed files with 296 additions and 8 deletions

View file

@ -1,10 +1,20 @@
<!DOCTYPE html>
<html lang="">
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<meta
name="description"
content="The official site of Rabbi Yehoshua Gerzi"
>
<title>Rabbi Gerzi</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,700&family=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet"
>
</head>
<body>
<div id="app"></div>