Create a login page

This commit is contained in:
Quentin Boyer 2023-05-20 16:53:07 +02:00
parent 062a749d59
commit db8cb0efff
7 changed files with 170 additions and 3 deletions

View file

@ -1,8 +1,10 @@
<!DOCTYPE html>
<html>
<html data-bs-theme="dark">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link data-trunk rel="copy-file" href="static/login.css" />
</head>
<body></body>
</html>