-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (27 loc) · 1.04 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
<!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="An independent frontend developer and designer specialized in empowering startups and small businesses. Find your space in the digital landscape."
/>
<meta property="og:title" content="Nikunj Mathur | Frontend Developer & Web Designer" />
<meta
property="og:description"
content="I create elevating digital experiences that inspire and connect with people through design and development"
/>
<meta property="og:type" content="website" />
<title>Nikunj Mathur — Frontend Developer & Designer</title>
</head>
<body>
<form name="contact" netlify netlify-honeypot="bot-field" hidden>
<input type="text" name="name" />
<input type="text" name="email" />
<textarea name="message"></textarea>
</form>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>