-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathA1page3.html
59 lines (52 loc) · 1.94 KB
/
A1page3.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="stylesheet3.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anton&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Square+Peg&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Signika+Negative&display=swap" rel="stylesheet">
<title>ContactMe</title>
</head>
<body>
<div class="forms">
<h1>LET'S TALK!</h1>
</div>
<div class="form1">
<form>
<table>
<tr>
<td>First Name:</td>
<td><input type="text" /></td>
</tr>
<tr>
<td>Last Name:</td>
<td><input type="text" /></td>
</tr>
<tr>
<td>Email:</td>
<td><input type="text" /></td>
</tr>
<tr>
<td>Phone number:</td>
<td><input type="text" /></td>
</tr>
<tr>
<td>Message:</td>
<td><input type="text" /></td>
</tr>
</table>
</form>
</div>
<button class="button">SUBMIT</button>
<a href="./index.html"><button type="button" class="button">HOME</button></a>
<hr>
<hr>
<a target="_blank" id="insta" href="https://instagram.com/aarya_agrawal_03" title="instagram icons"><img src="instagram.png" width="100"></a>
<a target="_blank" id="mail" href="mailto:aaryaag03@gmail.com"><img src="email.png" width="100"></a>
</body>
</html>