-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
36 lines (32 loc) · 991 Bytes
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap.css">
</head>
<body>
<div class="hero">
<nav>
<p class="logo">Rebeca</p>
<ul>
<li><a href="index.html">Index</a></li>
<li><a href="about.html">About</a></li>
<li><a href="service.tml">Services</a></li>
<li><a href="certification.html">certification</a></li>
</ul>
</nav>
</div>
<form>
<label for="first name">Fist Name</label>
<input type="text" name="first name">
</form>
<div>
<img src="img/snap-chat-w-251223623.jpg">
<img src="img/X-app-920x483.png">
</div>
</body>
</html>