-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (22 loc) · 1.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Louis Mayes</title>
<meta content="Louis Mayes" property="og:title" />
<meta content="This is my portfolio website, welcome!" property="og:description" />
<meta content="https://louismayes.xyz/" property="og:url" />
<meta content="https://louismayes.xyz/images/logo.png" property="og:image" />-->
<meta content="#ffcc00" data-react-helmet="true" name="theme-color" />
<meta name="twitter:card" content="https://louismayes.xyz/images/logo.png">
<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=Cabin:ital,wght@0,400..700;1,400..700&family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
</head>
<body class="text-[0]">
<div id="app" class="font-cabin text-white text-center md:text-lg lg:text-2xl" ></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>