Add LICENSE, README, and Docs tab to Mission Control

This commit is contained in:
root
2026-02-22 07:33:18 +00:00
parent 3e7b457d5f
commit 0817444dc5
68 changed files with 6677 additions and 1673 deletions
+8
View File
@@ -100,3 +100,11 @@ body {
opacity: 0;
}
}
@keyframes gradient {
0% { background-position: 0% center; }
100% { background-position: 200% center; }
}
.animate-gradient {
animation: gradient 3s linear infinite;
}