-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (22 loc) · 886 Bytes
/
index.html
File metadata and controls
27 lines (22 loc) · 886 Bytes
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" />
<title>Maneet Srivastav – Mobile Application Engineer</title>
<meta name="description"
content="Portfolio of Maneet Srivastav, Assistant Manager - IT (Mobile Applications) at Mahindra Logistics, building scalable iOS and mobile apps using Swift, SwiftUI, UIKit, React Native and Firebase." />
<!-- Favicon -->
<link rel="icon" type="image/png" href="/assets/favicon.png" />
</head>
<body>
<!-- Hidden Netlify Form for Build Bots -->
<form name="contact" netlify netlify-honeypot="bot-field" hidden>
<input type="text" name="name" />
<input type="email" name="email" />
<textarea name="message"></textarea>
</form>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>