-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhtmlFile.html
30 lines (24 loc) · 1.31 KB
/
htmlFile.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
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"/>
<link rel="stylesheet" href="style1.css">
<!DOCTYPE html>
<html>
<head>
<title>Tribute page</title>
</head>
<body>
<div class="login-page">
<form>
<img class="image" src="Goku_(Full_Body).jpg" align="left" >
<div class="form_1">
<h1 align="center">Goku</h1>
<h2 align="center">The Legendry Super Saiyan</h2>
<p class="writing">
He is a great saiyan. His father died in fight with freza.
Son Goku (孫悟空 Son Gokū), born Kakarot (カカロット Kakarotto), is a male Saiyan and the main protagonist of the Dragon Ball metaseries created by Akira Toriyama. Cheerful, tenacious and also a bit naïve, Goku is a Saiyan originally sent to Earth as an infant with the mission to destroy it. However, an accident alters his memory, causing him to grow up pure-hearted and later become Earth's greatest defender, as well as the informal leader of the Dragon Team. Throughout his life, he trains hard and constantly strives to be the greatest warrior possible and to fight stronger opponents, which has kept the Earth and the Universe as a whole safe from destruction many times.
</br>For more information <a target="_blank" href="https://en.wikipedia.org/wiki/Goku">click here</a>
</p>
</div>
</form>
</div>
</body>
</html>