-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (21 loc) · 976 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/src/assets/images/ico.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="Natalia Tamariz - Visual creator">
<meta name="description" content="I am a Peruvian photographer that loves fashion and telling stories through powerfull images.">
<meta name="keywords" content="photographer, visual creator, Art direction">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="1 days">
<meta name="author" content="Natalia Tamariz">
<title>Natalia Tamariz - Visual creator</title>
</head>
<body>
<div id="root" class="background-color-F5F5F5"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>