-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
16 lines (16 loc) · 842 Bytes
/
index.html
File metadata and controls
16 lines (16 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/portfolio.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Welcome to my portfolio! Here you'll find a selection of my best design, illustration, and web development projects. Explore my work and get in touch for collaborations or professional opportunities.">
<title>Luiz Coelho Portfolio</title>
</head>
<body
class="overflow-hidden bg-[#6627BF] bg-[url(https://wallpaper.dog/large/20567178.png)] bg-contain bg-center bg-no-repeat text-gray-900 dark:bg-black dark:bg-[url(https://wallpaper.dog/large/20567151.png)] dark:text-white"
>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>