-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (42 loc) · 1.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Alan Graton - V2</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<!-- <footer>
<div class="footer__social_media">
<h4>Send me a DM whenever!</h4>
<ul>
<li>
<a href="https://github.com/Alan-Graton" target="_blank">
<img class="github_img" src="src/assets/github.svg" alt="GitHub logo" />
</a>
</li>
<li>
<a href="https://www.instagram.com/dev.alangraton/" target="_blank">
<img class="instagram_img" src="src/assets/instagram.svg" alt="Instagram logo" />
</a>
</li>
<li>
<a
href="https://www.linkedin.com/in/alan-graton-louren%C3%A7o-de-brito-2695571b5/"
target="_blank"
>
<img class="linkedin_img" src="src/assets/linkedin.svg" alt="LinkedIn logo" />
</a>
</li>
</ul>
</div>
</footer> -->
</body>
</html>