-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (37 loc) · 1.89 KB
/
index.html
File metadata and controls
43 lines (37 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SweetBite Bakery | Fresh Cakes, Pastries & Sandwiches</title>
<meta name="description" content="SweetBite Bakery offers fresh cakes, pastries, and sandwiches baked daily with love. Visit us for the perfect sweet treats!" />
<meta name="author" content="Thales" />
<meta name="keywords" content="bakery, cakes, pastries, sandwiches, cookies, desserts, sweet bite, fresh bread, coffee shop, local bakery" />
<!-- Open Graph / Social Media -->
<meta property="og:title" content="SweetBite Bakery – Freshly Baked Happiness" />
<meta property="og:description" content="Fresh cakes, pastries, and sandwiches made daily with love." />
<meta property="og:image" content="https://yourwebsite.com/preview.jpg" />
<meta property="og:url" content="https://yourwebsite.com" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<!-- Favicon -->
<link rel="icon" href="./cake-favicon.png" type="image/png" />
<link rel="apple-touch-icon" href="./cake-favicon.png" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=moon_stars"
/>
<!-- Optional: Preload main React script for performance -->
<link rel="modulepreload" href="/src/main.jsx" />
</head>
<body>
<div id="root"></div>
<noscript>
JavaScript is required to view this website. Please enable JavaScript.
</noscript>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>