You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
2.8 KiB
79 lines
2.8 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Admin</title>
|
|
<!-- Required meta tags -->
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
|
/>
|
|
|
|
<!-- CSS -->
|
|
<link
|
|
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css"
|
|
rel="stylesheet"
|
|
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU"
|
|
crossorigin="anonymous"
|
|
/>
|
|
<script
|
|
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
|
|
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
|
|
crossorigin="anonymous"
|
|
></script>
|
|
<script
|
|
src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js"
|
|
integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/"
|
|
crossorigin="anonymous"
|
|
></script>
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
|
|
/>
|
|
<link rel="stylesheet" href="./View/src/CSS/Admin.css" />
|
|
</head>
|
|
<body class="m-3">
|
|
<div class="container">
|
|
<div class="row g-5 py-5">
|
|
<h1
|
|
class="display-1 fw-bold text-uppercase d-flex justify-content-center"
|
|
>
|
|
<span class="fast-flicker">s</span>
|
|
<span>crip</span>
|
|
<span class="flicker">t</span>
|
|
<span>ed</span>
|
|
</h1>
|
|
<h1 class="display-1 fw-bold mb-5 text-uppercase d-flex justify-content-center">
|
|
<span class="flicker">Ad</span>
|
|
<span>min</span>
|
|
<span class="fast-flicker">i</span>
|
|
<span>str</span>
|
|
<span class="flicker">a</span>
|
|
<span>tion</span>
|
|
</h1>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col d-flex justify-content-end g-5 py-4">
|
|
<a
|
|
id="enigmeSoloManager"
|
|
class="mb-3 text-uppercase text-center d-flex justify-content-center align-items-center"
|
|
href="index.php?action=goToAdminSolo"
|
|
style="width: 300px; height: 150px"
|
|
>
|
|
Gestion Enigme Solo
|
|
</a>
|
|
</div>
|
|
<div class="col d-flex justify-content-start g-5 py-4">
|
|
<a
|
|
id="enigmeMultiManager"
|
|
class="mb-3 text-uppercase text-center d-flex justify-content-center align-items-center"
|
|
href="index.php?action=goToEnigmeMultiManager"
|
|
style="width: 300px; height: 150px"
|
|
>
|
|
Gestion Enigme Multi
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|