-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Software Developer portfolio, for Pablo Cardoso">
<link rel="icon" type="image/png" sizes="32x32" href="assets/webp/favicon-16.webp" />
<link rel="icon" type="image/png" sizes="16x16" href="assets/webp/favicon-16.webp" />
<link rel="icon" type="image/svg+xml" href="assets/svg/pc_logo.svg" />
<title>Pablo Cardoso</title>
<link href="/dist/output.css" rel="stylesheet" />
<link href="/src/index.css" rel="stylesheet" />
<script defer src="https://kit.fontawesome.com/804b50d2a5.js"></script>
<meta name="google-site-verification" content="LrREx8-cpJn-iYQvD0Ue8fyGMKa9jZ6DdO8_2iWV_FU" />
</head>
<body class="max-w-7xl lg:w-4/5 lg:mx-auto bg-background">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="/src/index.jsx" type="module"></script>
</body>
</html>