-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (30 loc) · 1.82 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Page Title -->
<title>JnU Day Photo Framing | Sajid & Classic Frames</title>
<!-- Meta Tags for SEO -->
<meta name="description" content="Easily create framed photos for JnU Day with two beautiful frame options: Sajid and Classic. Upload, crop, frame, and share instantly!" />
<meta name="keywords" content="JnU Day, photo framing, Sajid frame, classic frame, social media photo frames, framed photos, photo editor" />
<meta name="author" content="Jahangir - CSE JnU" />
<!-- Open Graph Meta Tags for Social Media -->
<meta property="og:title" content="JnU Day Photo Framing | Sajid & Classic Frames" />
<meta property="og:description" content="Easily create framed photos for JnU Day with two beautiful frame options: Sajid and Classic. Upload, crop, frame, and share instantly!" />
<meta property="og:image" content="/public/frame_preview.png" />
<meta property="og:url" content="https://jnu-day-frame-generator.vercel.app/" />
<meta property="og:type" content="website" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="JnU Day Photo Framing | Sajid & Classic Frames" />
<meta name="twitter:description" content="Easily create framed photos for JnU Day with two beautiful frame options: Sajid and Classic. Upload, crop, frame, and share instantly." />
<meta name="twitter:image" content="/public/frame_preview.png" />
<meta name="twitter:site" content="@jhm691127" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>