-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
65 lines (43 loc) · 1.14 KB
/
about.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
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>about page</title>
</head>
<body>
<p>
<strong>WALK IN </strong>
<br>
<ol>
<li>football</li>
<li>how many</li>
</ol>
</p>
<a href="nobody.html">Nobody Page</a>
<a href="index.html">Main Page</a>
<div style="position: absolute; left: 50px; top: 40px;">
<!-- <input type="submit" name="" value=""> -->
<img src="Untitled_Artwork.PNG" width="114" height="38">
</div>
<div>
<input id="saveForm" name="saveForm" class="btTxt submit" type="submit" value="Submit" />
</div>
<form class="" action="mailto: [email protected]" method="post" enctype="text/plain">
<h1>
<input type="submit" name="" >
</h1>
<textarea name="DALE" rows="8" cols="80"></textarea>
</form>
<table border="1" cellspacing>
<tr>
<td>DALE IS cool</td>
</tr>
</table>
</table>
<form class="" action="mailto: [email protected]" method="post" enctype="text/plain">
<label for="">DALE</label>
<input type="email" name="" value="">
<input type="submit" name="" >
</form>
</body>
</html>