-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (70 loc) · 1.46 KB
/
index.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="a" dir="ltr">
<head>
<meta charset="utf-8">
<title>♡ Anup Chandak </title>
</head>
<body>
<table cellpadding="20">
<tr>
<td> <img src="images/images.jpeg" alt=""></td>
<td> <h1>Angela Su</h1>
<hr>
I try many things.</td>
</tr>
</table>
<!-- <img src="https://i.insider.com/5cf7ce81594ea52aa60054a3?width=1000&format=jpeg&auto=webp" alt="no img">-->
<hr>
<ol>
<li>learn java</li>
<li>subitoms <ul>
<li>any thing</li>
<li>nothing</li>
</ul></li>
<li>h</li>
</ol>
<table border="1" >
<thead>
<tr>
<th>System</th>
<th>What</th>
</tr>
</thead>
<tbody>
<tr><td>so</td><td>gtm</td></tr>
<tr><td>grg</td><td>grd</td></tr>
</tbody>
<tfoot>
</tfoot>
</table>
<h3>Skills</h3>
<table border="1" cellpadding="20">
<tr>
<td><table>
<tr>
<td>coding ♡</td>
<tr>
<td>football</td>
</tr>
</table></td><td><table>
<tr>
<td>jogging</td>
</tr>
<tr>
<td>share</td>
</tr>
</table></td>
</tr>
</table>
<form class="" action="mailto:[email protected]" method="post" enctype="
">
<label for="">your Name</label>
<input type="text" name="" value=""><br>
<label for="">your email</label>
<input type="email" name="your email" value=""><br>
<label for="">text</label>
<textarea your text="name" rows="8" cols="20"></textarea>
<input type="submit" name="your submit" value="">
</form>
</body>
</html>