-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·38 lines (31 loc) · 1.01 KB
/
Copy pathindex.html
File metadata and controls
executable file
·38 lines (31 loc) · 1.01 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Your description goes here">
<meta name="keywords" content="one, two, three">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Blank Template</title>
<!-- external CSS link -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<section class="enter-name">
<div class="form-example">
<label for="name">Search a queen: </label>
<input type="text" name="name" id="first-name" placeholder="First Name" required>
<input type="text" name="name" id="last-name" placeholder="Last Name (if any)">
<input id="submit" type="submit" value="Submit">
</div>
</section>
<section class="profile-section">
<h2></h2>
<div>
<img src="" alt="">
</div>
<q></q>
</section>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>