-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (22 loc) · 1.11 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Discover the work of Steven Reddy, a passionate web developer transitioning from a culinary career. Explore his portfolio showcasing projects in HTML, CSS, JavaScript, and React, reflecting his adaptability, attention to detail, and commitment to crafting exceptional digital experiences.">
<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=Urbanist:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
<!-- preload large image -->
<link rel="stylesheet" href="src/styles/mainImage.css">
<link rel="preload" fetchpriority="high" as="image" href="images/selfimage.webp" type="image/webp">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<title>Steven Reddy</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>