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.
Scripted/WEB/View/src/pages/Admin/AdminSolo.php

28 lines
895 B

<!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">
<h1 class="text-center">Enigme Solo</h1>
<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>