-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfor contact.html
More file actions
47 lines (37 loc) · 1.09 KB
/
for contact.html
File metadata and controls
47 lines (37 loc) · 1.09 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
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>contact</title>
</head>
<body>
<center>
<<h1>for contact</h1>
<hr size="5" noshade />
<ol>
<p>
<li><strong>my.number</strong>:4949449494</li>
</p>
<p>
<li><strong>my address</strong>:afiifhsfiuh</li>
</p>
<p>
<li><strong>myid</strong>:djfbdb12132</li>
</p>
<form class="" action="index.html" method="post">
<label>your Name</label>
<input type="text" name="" value="">
<input type="submit" name="" value="">
<input type="color" name="" value=""><br>
<label>password</label>
<input type="password" name="" value=""><br>
<label>upload file</label>
<input type="file" name="" value=""><br>
<input type="date" name="" value=""><br>
<input type="radio" name="" value=""><br>
<input type="range" name="" value="">
</form>
</ol>
</center>
</body>
</html>