Spaces:
Running
Running
File size: 1,329 Bytes
f40537f |
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 35 36 37 38 39 40 41 42 43 44 45 46 |
<!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> |