-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
44 lines (44 loc) · 1.36 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/alt.svg" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Outfit:wght@100;400;700&display=swap"
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Pedro Mendes" />
<meta
name="description"
content="Pedro Mende's site my away to have a place in the interwebs"
/>
<meta
name="keywords"
content="Pedro Mendes, Portfolio, Web Developer, Frontend Developer"
/>
<meta name="theme-color" content="#dd6387" />
<title>Portfolio | alt-art</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<noscript>
<style>
body {
margin: 1rem;
font-family: 'Outfit', sans-serif;
background-color: #ec8daf;
}
</style>
<h1>Enable JavaScript to view this site</h1>
<p>
I'm sorry but this site requires JavaScript to be enabled in order to
work properly.
</p>
<p>Please enable JavaScript and reload the page.</p>
</noscript>
</body>
</html>