Pushing project code
This commit is contained in:
15
index.html
15
index.html
@@ -66,21 +66,8 @@
|
||||
pointer-events: none;
|
||||
}
|
||||
</style>
|
||||
<script type="importmap">
|
||||
{
|
||||
"imports": {
|
||||
"react": "https://esm.sh/react@^19.2.3",
|
||||
"react-dom/": "https://esm.sh/react-dom@^19.2.3/",
|
||||
"react/": "https://esm.sh/react@^19.2.3/",
|
||||
"framer-motion": "https://esm.sh/framer-motion@^12.26.2",
|
||||
"gsap": "https://esm.sh/gsap@^3.14.2",
|
||||
"gsap/": "https://esm.sh/gsap@^3.14.2/",
|
||||
"@studio-freight/lenis": "https://esm.sh/@studio-freight/lenis@^1.0.42"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body class="bg-background-light dark:bg-background-dark text-gray-900 dark:text-white font-sans antialiased selection:bg-white selection:text-black transition-colors duration-300">
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/index.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user