-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
32 lines (29 loc) · 2.24 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
<!doctype html>
<html lang="en">
<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" />
<meta name="keywords" content="Photography Portfolio, Professional Photography, Portrait Photography, Landscape Photography, Wedding Photography, Event Photography, Creative Photography, Travel Photography, Fine Art Photography, Black and White Photography, Nature Photography, Photo Gallery, Lifestyle Photography, Fashion Photography, Product Photography, Editorial Photography, Documentary Photography, Street Photography, Photography Services, Personal Photography Portfolio, Photographer Showcase, High-Quality Images, Artistic Photography, Photography Projects, Video Portfolio, Professional Videography, Event Videography, Wedding Videography, Creative Video Production, High-Quality Video">
<title>NM Photography</title>
<meta name="description" content="Welcome to NM Photography portfolio. Discover breathtaking images and explore the artistry behind each shot."/>
<!-- Open Graph tags -->
<meta property="og:title" content="NM Photography"/>
<meta property="og:image" content="https://nm-photography.netlify.app/og-image.jpg"/>
<meta property="og:description" content="Welcome to NM Photography portfolio. Discover breathtaking images and explore the artistry behind each shot."/>
<meta property="og:url" content="https://nm-photography.netlify.app/"/>
<meta property="og:type" content="website" />
<!-- Favicons -->
<!-- <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> -->
<!-- Fonts -->
<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=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>