make a beautifull tables with datatables

This commit is contained in:
3thernitydev
2024-10-22 15:27:26 +04:00
parent 412f62192a
commit 1994e19d08
2 changed files with 36 additions and 3 deletions
+14 -2
View File
@@ -13,8 +13,14 @@
<title>EXPERTNET | CDA8 EXO1</title>
</head>
<body class="bg-dark">
<div class="position-relative bg-light d-flex align-items-center justify-content-center position-absolute top-50 start-50 translate-middle w-50 rounded p-5 flex-column">
<img src="https://expernet.re/wp-content/themes/tm-bootstrap/images/logo.png" alt="logo-expernet" class="m-bottom-1">
<div
class="position-relative bg-light d-flex align-items-center justify-content-center position-absolute top-50 start-50 translate-middle w-50 rounded p-5 flex-column"
>
<img
src="https://expernet.re/wp-content/themes/tm-bootstrap/images/logo.png"
alt="logo-expernet"
class="m-bottom-1"
/>
<form>
<h1 class="h3 mb-3 fw-normal">Connexion</h1>
@@ -43,6 +49,12 @@
</form>
</div>
</body>
<!-- CDN JQUERY -->
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"