Changement graphique des page admin
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
b86000a86e
commit
8139cc455d
@ -1,31 +0,0 @@
|
|||||||
<!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"
|
|
||||||
/>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="container">
|
|
||||||
<div>
|
|
||||||
<a class="btn btn-primary m-3" href="index.php?action=goToAdmin" role="button">Retour</a>
|
|
||||||
<h1 class="text-center">Enigme Solo</h1>
|
|
||||||
</div>
|
|
||||||
<div class="d-flex justify-content-center">
|
|
||||||
<a class="btn btn-primary m-3" href="index.php?action=goToAddEnigmeSolo">Ajouter une enigme</a>
|
|
||||||
<a class="btn btn-primary m-3" href="index.php?action=goToEnigmeSoloManager">Gérer les enigmes</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
Loading…
Reference in new issue