-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.htm
291 lines (229 loc) · 12.8 KB
/
main.htm
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
<!DOCTYPE html>
<head>
<title>Anime List</title>
<link rel="stylesheet" href="Content/style.css">
<link rel = "icon" href ="https://t4.ftcdn.net/jpg/03/03/25/95/360_F_303259500_YRo4yGlHJ57sPVIHyE9bg5I1Plw3miuB.jpg"
type = "image/x-icon">
</head>
<body>
<div class="container">
<div class=" leftmenu">
<h1 class="name">WEBANIME</h1>
<div class="tab">
<button class="leftbtn btn">Home</button>
</div>
<div class="tab">
<label class="txtlbl">Follows</label>
<br>
<button class="leftbtn btn">Updates</button>
<br>
<button class="leftbtn btn">Library</button>
<br>
<button class="leftbtn btn">List</button>
<br>
<button class="leftbtn btn">Groups</button>
<br>
<button class="leftbtn btn">History</button>
</div>
<div class="tab">
<label class="txtlbl">Title</label>
<br>
<button class="leftbtn btn">Popular</button>
<br>
<button class="leftbtn btn">Recently added</button>
<br>
<button class="leftbtn btn">Latest updates</button>
<br>
<button class="leftbtn btn">Random</button>
</div>
<div class="tab">
<label class="txtlbl">Community</label>
<br>
<button class="leftbtn btn">Forums</button>
<br>
<button class=" leftbtn btn">Groups</button>
<br>
<button class="leftbtn btn">Users</button>
</div>
<div class="tab">
<label class="txtlbl">About</label>
<br>
<button class="leftbtn btn">About me</button>
</div>
</div>
<div class="rightmenu">
<div class="search">
<input type="text" placeholder="Search" class="searchform" >
<button class="btnsear" id="btnsearch">Search</button>
</div>
<div class="uppercontent">
<div class="img">
<img src="https://mangadex.org/covers/f1a177da-99e0-48df-8cdf-5d676803c234/7da35bf5-ea45-45d5-bffa-79f3a64c90e1.png" height="300" width="230" >
</div>
<div class="Content">
<label class="lbltext" for=""> SWORD ART ONLINE - CALIBUR</label>
<p class="sysnopsis">
On December 28, 2025; Kirigaya Suguha (Leafa) showed her cousin, Kirigaya Kazuto (Kirito),
a news article that the Holy Sword Excalibur in ALfheim Online (ALO) had been found. Excalibur
was the rarest and most powerful sword in ALO, but, although Kazuto had Suguha had found the
sword nearly a year ago, they were not able to break through the guardians of the dungeon that
the sword was held in, until they ended up temporarily forgetting about the sword due to more
important matters. However, Kazuto was then told that the weapon had only been discovered so
far, but not yet acquired. Thus Kazuto called Asuna, Lisbeth, Silica, Klein and Sinon to form
a full party and attempt to clear the dungeon again.
</p>
</div>
</div>
<div class="bottomcontent">
<div class="btab">
<div class="img1">
<img src="https://mangadex.org/covers/22c844da-1122-4ab3-b726-e7d4b7114254/0e9a96d0-52b8-4e90-ac31-2ade2e6319f0.jpg" height="200" width="140">
</div>
<div class="bcontent">
<label>Classroom of the Elite</label>
<p class="txtsummary">The second spring at the Advanced Nurturing High School is welcoming
Ayanokoji and Class D. The special exams aren't only what awaits them, but the unique
freshmen as well. Kazuomi Hōsen and Ryūen. The two who shared the bad reputation between
themselves during Ryuen's middle school days. Takuya Yagami, who proclaims to come from
the same middle school as Kushida, is approaching her.
</p>
</div>
</div>
<div class="btab">
<div class="img1">
<img src="https://mangadex.org/covers/14a75df9-07d2-4181-acc0-5693be1aeb3e/9fd7f2be-6062-4046-8f80-c12db8227ec0.jpg" height="200" width="140">
</div>
<div class="bcontent">
<label>The Misfit of Demon King Academy</label>
<p class="txtsummary">The demon lord of tyranny, Anos, destroyed humans, spirits, and even gods. But, growing tired of the neverending war, he dreams of a peaceful world and chooses to reincarnate. Unfortunately, two thousand years in the future, his descendants have become weak from the years of peace, and magic has atrophied.
</p>
</div>
</div>
<div class="btab">
<div class="img1">
<img src="https://mangadex.org/covers/32fdfe9b-6e11-4a13-9e36-dcd8ea77b4e4/8d219fa2-156f-48fa-a3ba-dee3acc00e1f.jpg" height="200" width="140">
</div>
<div class="bcontent">
<label>Rent a Girlfriend</label>
<p class="txtsummary">Kinoshita Kazuya is a regular college student who was just dumped by his girlfriend for another guy. Feeling down in the dumps, he decides to use an app called Diamond to hire Mizuhara Chizuru, a rental girlfriend, to make himself feel better.
</p>
</div>
</div>
<div class="btab">
<div class="img1">
<img src="https://mangadex.org/covers/789642f8-ca89-4e4e-8f7b-eee4d17ea08b/60530e72-f76f-45d5-b6f9-f95e05058fc3.png" height="200" width="140">
</div>
<div class="bcontent">
<label>Kimetsu No Yaiba</label>
<p class="txtsummary">
Since ancient times, rumors have abounded of man-eating demons lurking in the woods. Because of this, the local townsfolk never venture outside at night. Legend has it that a demon slayer also roams the night, hunting down these bloodthirsty demons.
Ever since the death of his father, Tanjirou has taken it upon himself to support his mother and five siblings.
</p>
</div>
</div>
</div>
<div class="bottomcontent">
<div class="btab">
<div class="img1">
<img src="https://mangadex.org/covers/5ef4e73e-6fbc-456b-b7e1-4642256f666d/cd16e931-ef17-4202-a8ad-461b052a1dc1.jpg" height="200" width="140">
</div>
<div class="bcontent">
<label>Re:ZERO -Starting Life in Another World</label>
<p class="txtsummary">Suddenly a high school student Subaru Natsuki has been summoned to another world on the way
back from the convenience store. With the biggest crisis of his life being summoned to another world and no sign
of the one who summoned him things become worse when he is attacked. When they finally manage to
get a clue Subaru and the girl are attacked and killed by someone. Subaru then awakens in the place he was summoned
and notices the ability he gained "Returns by Death" a helpless boy that only has the ability to rewind time.
</p>
</div>
</div>
<div class="btab">
<div class="img1">
<img src="https://mangadex.org/covers/32d76d19-8a05-4db0-9fc2-e0b0648fe9d0/e90bdc47-c8b9-4df7-b2c0-17641b645ee1.jpg" height="200" width="140">
</div>
<div class="bcontent">
<label>Solo Leveling</label>
<p class="txtsummary">10 years ago, after “the Gate” that connected the real world with the monster world opened,
some of the ordinary, everyday people received the power to hunt monsters within the Gate. They are known as “Hunters”.
However, not all Hunters are powerful. My name is Sung Jin-Woo, an E-rank Hunter.
the “Worlds Weakest”. Changing from the weakest Hunter to the strongest S-rank Hunter!
</p>
</div>
</div>
<div class="btab">
<div class="img1">
<img src="https://mangadex.org/covers/d8bdc84a-a89c-4996-98b7-1b2950a3ed7f/35a8a0b3-97b6-4ee3-8809-4032e5f529f2.jpg" height="200" width="140">
</div>
<div class="bcontent">
<label>Chivalry of a Failed Knight</label>
<p class="txtsummary"> There are some humans capable of using magical power to manifest their souls as weapons and control
forces beyond normal comprehension. These people are known as Blazers, and those who are recognized as such can undergo
training at academies to become Mage-Knights. Ikki Kurogane is an aspiring Mage-Knight, despite being considered the
worst student at Hagun Academy as an F-ranked Blazer—the lowest rank possible. </p>
</div>
</div>
<div class="btab">
<div class="img1">
<img src="https://mangadex.org/covers/9484b1fd-0271-4c9b-b096-7e313823058e/d279e9bf-c6c1-4677-aeed-2f9a76a443ef.jpg" height="200" width="140">
</div>
<div class="bcontent">
<label>Am I Actually the Strongest?</label>
<p class="txtsummary">
To be reincarnated into another world with the promise of a "cheat" power is one thing...but to be reborn as a baby, and
then left for dead after your royal parents think you're powerless?? That's another thing entirely! Now the newly-born Reinhart—or
Hart to his new friends—must find his way through a dangerous world...but luckily he's got magic that's quite literally off the charts!
</p>
</div>
</div>
</div>
<div class="bottomcontent">
<div class="btab">
<div class="img1">
<img src="https://mangadex.org/covers/c52b2ce3-7f95-469c-96b0-479524fb7a1a/5e54c679-75d5-4645-b69e-eb46e66f3870.jpg" height="200" width="140">
</div>
<div class="bcontent">
<label>Jujutsu Kaisen</label>
<p class="txtsummary"> Yuuji is a genius at track and field. But he has zero interest running around in circles,
he's happy as a clam in the Occult Research Club. Although he's only in the club for kicks, things get serious
when a real spirit shows up at school! Life's about to get really strange in Sugisawa Town #3 High School!
</p>
</div>
</div>
<div class="btab">
<div class="img1">
<img src="https://mangadex.org/covers/6d6d9fda-5cd3-40ac-948b-776b1a1a0eb1/69b0494c-ac91-444e-9319-111eea96284f.jpg" height="200" width="140">
</div>
<div class="bcontent">
<label>The Girl I Like Forgot Her Glasses</label>
<p class="txtsummary">The demon lord of tyranny, Anos, destroyed humans, spirits, and even gods. But, growing tired of the neverending war, he dreams of a peaceful world and chooses to reincarnate. Unfortunately, two thousand years in the future, his descendants have become weak from the years of peace, and magic has atrophied.
</p>
</div>
</div>
<div class="btab">
<div class="img1">
<img src="https://mangadex.org/covers/a2febd3e-6252-46eb-bd63-01d51deaaec5/a0c01f7c-1c64-43d8-b254-a40c5359292c.jpg" height="200" width="140">
</div>
<div class="bcontent">
<label>The Five Wedded Brides</label>
<p class="txtsummary">Uesugi Fuutarou is a poor, antisocial ace student who one day meets the rich transfer
student Nakano Itsuki. They argue but when Uesugi realizes he is to be her tutor, he tries to get on better
terms. While trying to do so he meets four other girls.</p>
</div>
</div>
<div class="btab">
<div class="img1">
<img src="https://mangadex.org/covers/45a4f34b-ed6e-49d2-9ba2-d60b471dcefe/58f55db0-4f46-44b6-ba5b-fc5b446b8789.jpg" height="200" width="140">
</div>
<div class="bcontent">
<label>Reign of the Seven Spellblades</label>
<p class="txtsummary">
Spring. In the prestigious magic school of Kimberly, this year ushers in another wave of new students.
Clothed in black robes with a white staff and sword strapped to the hip, within his chest he hides pride and a mission.
As the sakura flutter in full bloom, the budding magicians are welcomed by a parade of magic creatures.
</p>
</div>
</div>
</div>
</div>
</body>
</html>