projectatlas / index.html
admin08077's picture
Upload index.html
f40537f verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#1E2B38" />
<title>Project Atlas - Digital Workspace</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
body { margin: 0; padding: 0; background-color: #1E2B38; overflow: hidden; }
/* Custom Scrollbar for Atlas Theme */
.custom-scrollbar::-webkit-scrollbar {
width: 8px;
}
.custom-scrollbar::-webkit-scrollbar-track {
background: #2C3E50;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
background-color: #3498DB;
border-radius: 4px;
}
@keyframes pulse-once {
0%, 100% { opacity: 1; }
50% { opacity: 0.5; }
}
.animate-pulse-once {
animation: pulse-once 2s cubic-bezier(0.4, 0, 0.6, 1) 1;
}
</style>
<link rel="stylesheet" href="/index.css">
<script type="importmap">
{
"imports": {
"react/": "https://esm.sh/react@^19.2.3/",
"react": "https://esm.sh/react@^19.2.3",
"react-dom/": "https://esm.sh/react-dom@^19.2.3/"
}
}
</script>
<script type="module" crossorigin src="/assets/index-CohqO3JO.js"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>