-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.69 KB
/
index.html
File metadata and controls
37 lines (37 loc) · 1.69 KB
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
<!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>Avengers</title>
</head>
<body>
<header class="header">
<nav>
<img src="https://www.1min30.com/wp-content/uploads/2018/11/Avengers.jpg" alt="logo" width="43px" height="43px">
<ul>
<li>CHARACTERS</li>
<li>ABOUT</li>
<li>HELP</li>
</ul>
</nav>
</header>
<section id="main">
<h1>THOR ODINSON</h1>
<p>
Thor is the "God of Thunder",a member of the race known as the Asgardians,
a group of humanoid beings from the pocket dimension of Asgard, the Realm Eternal.
Thor is the son of Odin, the All-Father and king of Asgard. He was worshiped by the humans known as
Vikings and became part of Norse Mythology. Armed with his enchanted Uru hammer Mjolnir,
which helps him to channel his godly energies, he became the mightiest warrior in the Ten Realms.
When his irresponsible and impetuous behavior became too much, Odin sent him to Midgard
(more commonly known as Earth) as a disabled mortal medical student named Donald Blake,
stripped of his memory. After learning humility he regained his memory as well as his godly powers.
Thor went on to become a champion for Midgard as well as one of the founding members of the Avengers,
"Earth's Mightiest Heroes
</p>
</section>
</body>
</html>