This commit is contained in:
2026-04-21 15:45:25 +08:00
parent a49eb4e77c
commit e50a6c91e6
10 changed files with 299 additions and 291 deletions

View File

@@ -36,26 +36,15 @@
<li class="nav-item">
<a class="nav-link" href="./support.html">Support</a>
</li>
<div class="d-flex gap-2 d-none d-lg-block ms-3">
<a class="btn btn-primary" href="./login.html">Login</a>
<a class="btn btn-outline-light" href="./signup.html">Signup</a>
</div>
</ul>
</div>
</div>
</nav>
<!-- ↓ Page not ready ↓ -->
<section class="bg-img d-flex justify-content-center align-items-center support py-5">
<div class="container text-center text-white py-5">
<img src="./images/Construction.svg" alt="Under Construction" height="150px" width="auto" />
<h2 class="mt-5">Page under construction. Check back later!</h2>
<div class="mt-5">
<a href="./index.html" class="btn btn-primary px-4">Go Home</a>
</div>
</div>
</section>
<!-- ↑ Page not ready ↑ -->
<!-- ↓ Footer ↓ -->
<footer>
<div class="py-5 container">
<div class="d-flex justify-content-between flex-column gap-5 gap-md-0 flex-md-row align-items-center px-3 mb-5">
@@ -91,4 +80,4 @@
crossorigin="anonymous"></script>
</body>
</html>
</html>