-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContact.html
More file actions
31 lines (26 loc) · 1001 Bytes
/
Copy pathContact.html
File metadata and controls
31 lines (26 loc) · 1001 Bytes
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
<!DOCTYPE html>
<html class="html" lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="CSS & JS/style.css">
<title>UNO PLUS+</title>
</head>
<body class="Body anim_pages">
<div class="Contact Section" id="Contact" >
<div class="content-container">
<h1>Contact <span>Me</span></h1>
<form class="Form">
<div class="input-box ">
<input type="text" placeholder="Name" required>
<input type="email" placeholder="Email" required>
<input type="tel" placeholder="Phone Number" required>
<input type="text" placeholder="Subject">
</div>
<textarea name="" id="" placeholder="Your Message" rows="10" cols="30"></textarea>
<input class="btn" type="submit" value="Send Message">
</form>
</div>
</div>
</body>
</html>