MàJ d'index.html

This commit is contained in:
Jeremy Hoarau
2024-10-22 15:10:55 +04:00
parent 5bcfc4fd08
commit b0beee852f
+7 -2
View File
@@ -2,6 +2,11 @@
<head> <head>
<title>CDA</title> <title>CDA</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<style>
.btn-expernet {
background-color: #009de0;
}
</style>
</head> </head>
<body> <body>
@@ -39,9 +44,9 @@
</label> </label>
</div> </div>
<button class="btn btn-primary w-100 py-2" type="submit">Connexion</button> <button class="btn btn-expernet w-100 py-2" type="submit">Connexion</button>
<p class="text-center my-2">Ou</p> <p class="text-center my-2">Ou</p>
<a class="btn btn-primary w-100 py-2" href="liste.html" role="button">Connexion anonyme</a> <a class="btn btn-expernet w-100 py-2" href="liste.html" role="button">Connexion anonyme</a>
</form> </form>
</div> </div>
</main> </main>