-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 783 Bytes
/
Copy pathindex.html
File metadata and controls
19 lines (19 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="image" property="og:image" content="page_thumbnail_175.png" />
<!-- Para browsers que no saben como manejar un svg: -->
<link rel="icon" href="/wing_favicon.ico" sizes="any" type="image/x-icon" />
<!-- Para browsers que saben como manejar svg -->
<link rel="icon" href="/wing_favicon.svg" type="image/svg+xml" />
<!-- Para iOS app icon -->
<link rel="apple-touch-icon" href="/wing_favicon.png" sizes="180x180" />
<title>Patricio Tamés Portfolio</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>