ADD: startup warning

This commit is contained in:
Nishan
2025-04-12 17:24:45 +05:30
parent ff2ea805c0
commit d7b9ca8afb
3 changed files with 7 additions and 3 deletions

View File

@@ -59,8 +59,8 @@ CK-X is an independent tool, not affiliated with CNCF, Linux Foundation, or PSI.
## Acknowledgments
- [DIND](https://github.com/earthly/dind)
- [KIND](https://github.com/kubernetes-sigs/kind)
- [DIND](https://www.docker.com/)
- [K3D](https://k3d.io/stable/)
- [Node](https://nodejs.org/en)
- [Nginx](https://nginx.org/)
- [ConSol-Vnc](https://github.com/ConSol/docker-headless-vnc-container/)

View File

@@ -493,7 +493,7 @@ body {
padding: 2rem;
border-radius: 8px;
text-align: center;
max-width: 400px;
max-width: 500px;
width: 90%;
}

View File

@@ -175,6 +175,10 @@
</div>
<div class="loading-message" id="loadingMessage">Initializing environment...</div>
<div class="exam-info" id="examInfo"></div>
<hr>
<div class="text-muted text-center w-100" style="font-size: 0.8 rem;">
Lab environment setup may take 3-5 minutes. Please wait patiently. Once preparation is complete, you'll be automatically redirected to the exam interface.
</div>
</div>
</div>