 Apple Screen Time

<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<title>Passwort eingeben</title>
</head>
<body>
<form action=”/dein-server-endpoint” method=”post”>
<label for=”password”>Passwort:</label>
<input type=”password” id=”password” name=”password” required>
<button type=”submit”>Einloggen</button>
</form>
</body>
</html>

Design a site like this with WordPress.com
Get started