-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Folding@home profile" />
<title>Folding@home profile</title>
<link rel="dns-prefetch" href="https://fonts.bunny.net">
<link rel="preconnect" href="https://fonts.bunny.net">
<link rel="preload" href="https://fonts.bunny.net/css2?family=IBM+Plex+Mono:wght@400;500;700&display=swap" as="style" onload='this.onload=null,this.rel="stylesheet"'>
<noscript><link href="https://fonts.bunny.net/css2?family=IBM+Plex+Mono:wght@400;500;700&display=swap" rel="stylesheet"></noscript>
<link rel="dns-prefetch" href="https://foldingathome.org">
<link rel="preconnect" href="https://foldingathome.org">
<link rel="preload" fetchpriority="high" as="image" href="https://foldingathome.org/logo.png" type="image/png">
</head>
<body>
<noscript>Please enable JavaScript.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>