E
EinzzCookie
Member
- Beiträge
- 19
- Punkte Reaktionen
- 0
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
background-image: url("bglogin.jpg");
}
#username {
font-size: 1em;
}
#password {
font-size: 1em;
}
</style>
<title>Login</title>
</head>
<body style="background-color
owderblue;">
<center>
<h1 style="color:darkblue;">Login Page</h1>
<form method="POST" action="" style="font-size: 1em";>
{{ form.hidden_tag() }}
{{ form.username }}
{{ form.password }}
{{ form.submit }}
</form>
<a href="{{ url_for('register') }}" style="font-size:2vw">Don't have an account? Sign Up</a>
</center>
</body>
</html>
Das mit dem bild klappt nicht... bitte helft
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
background-image: url("bglogin.jpg");
}
#username {
font-size: 1em;
}
#password {
font-size: 1em;
}
</style>
<title>Login</title>
</head>
<body style="background-color
<center>
<h1 style="color:darkblue;">Login Page</h1>
<form method="POST" action="" style="font-size: 1em";>
{{ form.hidden_tag() }}
{{ form.username }}
{{ form.password }}
{{ form.submit }}
</form>
<a href="{{ url_for('register') }}" style="font-size:2vw">Don't have an account? Sign Up</a>
</center>
</body>
</html>
Das mit dem bild klappt nicht... bitte helft