This commit is contained in:
nora 2025-07-12 21:46:13 +02:00
parent 1772e21364
commit 0f46ff5a89
6 changed files with 35 additions and 1 deletions

View file

@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IDP</title>
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<h1>Your favorite identity provider</h1>

View file

@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Login - IDP</title>
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<h1>Log into your beautiful account</h1>

View file

@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Signup - IDP</title>
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<h1>Create a new account</h1>

21
idp/templates/style.css Normal file
View file

@ -0,0 +1,21 @@
html,
body {
width: 100%;
}
body {
display: flex;
flex-direction: column;
align-items: center;
}
/* Home Link */
a[href="/"] {
margin-bottom: 20px;
}
form {
display: flex;
flex-direction: column;
gap: 10px;
}

View file

@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Users - IDP</title>
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<h1>Your favorite identity provider</h1>