From f3292b41236e553f926690c432c99be2da6ed389 Mon Sep 17 00:00:00 2001
From: steel <mael.acier@ensiie.fr>
Date: Sat, 18 Jan 2025 01:29:04 +0100
Subject: [PATCH] fix: correct button text formatting in index.html

---
 index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index f4cd961..fa64bff 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
 
 <body>
     <main>
-        <a href="oauth2.php"><button></button>Version OAuth 2</button></a>
-        <a href="oidc.php"><button></button>Version OpenID Connect</button></a>
+        <a href="oauth2.php"><button>Version OAuth 2</button></a>
+        <a href="oidc.php"><button>Version OpenID Connect</button></a>
     </main>
 </body>
\ No newline at end of file
-- 
GitLab