-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (33 loc) · 1.89 KB
/
Copy pathindex.html
File metadata and controls
34 lines (33 loc) · 1.89 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Anima Project - Automatically generated by Anima</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<style>
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Mono:var(--wezom-com-IBM-plex-mono-semibold-upper-font-weight),var(--wezom-com-IBM-plex-mono-semibold-font-weight),var(--wezom-com-semantic-link-upper-font-weight),600|Manrope:var(--wezom-com-manrope-semibold-upper-font-weight),var(--wezom-com-manrope-semibold-font-weight),var(--wezom-com-semantic-heading-3-font-weight),var(--wezom-com-manrope-medium-font-weight),600,var(--wezom-com-manrope-bold-font-weight),var(--wezom-com-semantic-heading-2-font-weight),var(--wezom-com-manrope-semibold-underline-font-weight),500,700|Roboto:400,var(--wezom-com-roboto-regular-upper-font-weight)");
</style>
<link href="tailwind.css" rel="stylesheet" />
<link href="tailwind.css" rel="stylesheet" />
<!-- Performance hints for Spline scene -->
<link rel="dns-prefetch" href="https://prod.spline.design" />
<link rel="preconnect" href="https://prod.spline.design" crossorigin />
<link rel="preload" as="fetch" href="https://prod.spline.design/Q5KnbDe3jesS9oeV/scene.splinecode" crossorigin />
<script>
(function () {
var url = "https://prod.spline.design/Q5KnbDe3jesS9oeV/scene.splinecode";
if ("requestIdleCallback" in window) {
requestIdleCallback(function () { fetch(url, { mode: "cors" }).catch(function(){}); });
} else {
setTimeout(function () { fetch(url, { mode: "cors" }).catch(function(){}); }, 0);
}
})();
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/index.tsx"></script>
</body>
</html>