Skip to content

Commit f8970ff

Browse files
committed
Form Wave Update
1 parent 63fc2a4 commit f8970ff

File tree

1 file changed

+27
-25
lines changed

1 file changed

+27
-25
lines changed

30. Form Wave/index.html

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
1+
<!DOCTYPE html>
12
<html lang="en">
2-
<head>
3-
<meta charset="UTF-8" />
4-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Form Wave</title>
7-
<link rel="stylesheet" href="style.css" />
8-
</head>
9-
<body>
10-
<main class="container">
11-
<h1>Place <span class="special">Login</span></h1>
12-
<form>
13-
<section class="form-control">
14-
<input type="text" required />
15-
<label>Email</label>
16-
</section>
17-
<section class="form-control">
18-
<input type="password" required />
19-
<label>Password</label>
20-
</section>
21-
<button class="btn">Login</button>
22-
</form>
23-
</main>
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<link rel="stylesheet" href="style.css" />
7+
<title>Form Wave</title>
8+
</head>
9+
<body>
2410

25-
<script src="app.js"></script>
26-
</body>
27-
</html>
11+
<main class="container">
12+
<h1>Place <span class="special">Login</span></h1>
13+
<form>
14+
<section class="form-control">
15+
<input type="text" required />
16+
<label>Email</label>
17+
</section>
18+
<section class="form-control">
19+
<input type="password" required />
20+
<label>Password</label>
21+
</section>
22+
<button class="btn">Login</button>
23+
</form>
24+
</main>
25+
26+
<script src="app.js"></script>
27+
28+
</body>
29+
</html>

0 commit comments

Comments
 (0)