-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
103 lines (92 loc) · 1.55 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
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Herb</title>
</head>
<body>
<table>
<tr>
<td>
<img src="HerbS2Logo.png" alt="Herb Profile Picture"/>
</td>
<td>
<h1>Herb</h1>
<p><em>The site for all things Herb</em></p>
<p>Welcome to my site!</p>
<p>Check out Herb Comics on <a href="https://www.webtoons.com/en/challenge/herb/list?title_no=402867&webtoon-platform-redirect=true">Webtoon!</a></p>
</td>
</tr>
</table>
<hr>
<h3>Herb through the years</h3>
<table>
<thead>
<th>
years
</th>
<th>
project
</th>
</thead>
<tbody>
</tbody>
<tfoot>
</tfoot>
<tr>
<td>March 2018</td>
<td>First complete Herb Comic</td>
</tr>
<tr>
<td>March 2020 - May 2020</td>
<td>Season 1 Herb</td>
</tr>
<tr>
<td>August 2020 - March 2021</td>
<td>Season 2 Herb</td>
</tr>
<tr>
<td>March 2023</td>
<td>Season 3 Herb</td>
</tr>
</table>
<hr />
<h3>Herb's Skills</h3>
<table>
<tr>
<td>
Jokes
</td>
<td>
⭐⭐⭐⭐
</td>
<td>
Body
</td>
<td>
⭐⭐
</td>
</tr>
<tr>
<td>
Looks
</td>
<td>
⭐
</td>
</tr>
</table>
<h3>Characters</h3>
<ul>
<li><a href="herb.html">Herb</a></li>
<li>Adam</li>
<li>Mr. Taylor</li>
</ul>
<h3>Herb's Top Characteristics</h3>
<ol>
<li>Funny</li>
<li>Stupid</li>
</ol>
<h3><a href="contact.html">Contact Me</a></h3>
</body>
</html>