-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (62 loc) · 2.65 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" sizes="180x180" src="ggpLogoWhite.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Greg Greve's photography portfolio awaits! Here you will find a gallery with over hundreds of images. His images range from landscape, macro, portraiture, candid people, so street photography."
/>
<meta property="og:title" content="Greg Greve Photography" />
<meta
property="og:description"
content="Greg Greve's photography portfolio awaits! Here you will find a gallery with over hundreds of images. His images range from landscape, macro, portraiture, candid people, so street photography."
/>
<meta
property="og:url"
content="https://greggrevephotography.netlify.app/"
/>
<title>Greg Greve Photography</title>
<!-- Google 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=Bebas+Neue&family=Cinzel:wght@400..900&family=Major+Mono+Display&family=Notable&family=Raleway:ital,wght@0,100..900;1,100..900&family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<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=Raleway:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
<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=Playwrite+NZ:wght@100..400&display=swap"
rel="stylesheet"
/>
<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=Reenie+Beanie&display=swap"
rel="stylesheet"
/>
</head>
<body>
<!-- Facebook JavaScript SDK -->
<div id="fb-root"></div>
<script
async
defer
crossorigin="anonymous"
src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v20.0&appId=1908371789602068"
nonce="iM13pF6y"
></script>
<!-- React App Root -->
<div id="root"></div>
<!-- Main JavaScript File (assuming your React app's entry point) -->
<script type="module" src="/src/main.jsx"></script>
</body>
</html>