-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 954 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 954 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="author" content="varJonathanR">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="HTML, SCSS, React, web-portfolio">
<meta name="description" content="Explore my portfolio as a frontend developer to get to know me better and discover how my skills are reflected in exciting projects. Find ways to contact me and connect on my social networks.">
<link rel="shortcut icon" href="/darkI.ico" type="image/x-icon">
<title>varJonathanR || Portfolio</title>
</head>
<body>
<form name="contact" netlify netlify-honeypot="bot-field" style="display: none;">
<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>