-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (49 loc) · 1.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Solo Leveling</title>
</head>
<body>
<div class="header">
<h1 class="top">Solo Leveling</h1>
</div>
<nav>
<a class="homey" href="#home">Home</a>
</nav>
<div class="side">
<img src="solo leveling.png" alt="Solo Leveling cover" class="pic" />
<h4>Solo Leveling's First cover.</h4>
</div>
<div class="section">
<p class="home">
Solo Leveling, also alternatively translated as Only I Level Up, is a
South Korean web novel written by Chugong. It was serialized in Kakao's
digital comic and fiction platform KakaoPage beginning on July 25, 2016,
and was later published in full by D&C Media under their Papyrus label
on November 4, 2016.
</p>
</div>
<div class="main">
<h3>Sung jin Woo</h3>
<p class="p">
Sung Jinwoo Sung Jinwoo (성진우) is the main protagonist of series.
Originally an infamous weak E-Rank hunter, he gets the chance of a
lifetime when he is selected as the Player of a magical program called
the System and gains the unique ability to grow in strength without
limit. By taking advantage of this new power offered to him by the
System, Jinwoo eventually rises up to become humanity's greatest hunter,
but also eventually finds himself to be a major player in a war that has
been going on forever between the Rulers and the Monarchs, two groups of
unbelievably powerful humanoids who have their own agendas with mankind.
</p>
</div>
<div class="footer">
<a href="#top">Back to Top</a>
<p class="ha">© Copyright</p>
</div>
</body>
</html>