libreinternet.club/www/login.html
2026-08-27 13:22:17 -06:00

11 lines
321 B
HTML

<!DOCTYPE html>
<html>
<head></head>
<body>
<form action="/auth/login" method="get">
<label for="inputopenidurl">Open ID Connect URL</label>
<input name="provider" id="inputopenidurl" type="text">
<input type="submit" value="Login">
</form>
</body>
</html>