Partypack/index.html

24 lines
1.2 KiB
HTML
Raw Normal View History

2024-01-20 23:32:53 +01:00
<!doctype html>
<html lang="en" data-color-mode="auto" data-light-theme="light" data-dark-theme="dark">
<head>
<meta charset="UTF-8" />
2024-01-28 11:07:10 +01:00
<link rel="icon" type="image/png" href="/public/favicon.webp" />
2024-01-20 23:32:53 +01:00
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
2024-02-04 00:36:28 +01:00
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
2024-01-20 23:32:53 +01:00
<link href="https://unpkg.com/@primer/css/dist/primer.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-01-28 11:07:10 +01:00
<meta content="Partypack - #1 Festival Modding Tool" property="og:title" />
<meta content="Join hundreds of users in Partypack - the one and only open-source Fortnite Festival modding utility available now!" property="og:description" />
2024-01-20 23:32:53 +01:00
<meta content="https://partypack.mcthe.dev" property="og:url" />
2024-01-28 11:07:10 +01:00
<meta content="#40A0ED" data-react-helmet="true" name="theme-color" />
2024-01-20 23:32:53 +01:00
<title>Partypack</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>