-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchopper.html
47 lines (40 loc) · 1.65 KB
/
chopper.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tony tony chopper</title>
<link rel="icon" href="tony chopper icon.png">
<link rel="stylesheet" href="chopper.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Tilt+Prism&display=swap" rel="stylesheet">
</head>
<body>
<center>
<header>
<h1>Tony Tony Chopper</h1>
</header>
<main>
<section>
<h2>About Tony Tony Chopper</h2>
<p>Tony Tony Chopper is a member of the Straw Hat Pirates and a character from the One Piece series created by Eiichiro Oda. He is a reindeer who consumed the Human-Human Fruit, which granted him the ability to transform into a human.</p>
<p>Chopper is known for his adorable appearance and his cheerful personality. He serves as the ship's doctor and possesses incredible medical skills, often using his knowledge to help his friends and save lives.</p>
<p>you are the cutest, and intelligent too!!(boku wa doctor)</p>
</section>
<section>
<h2>Gallery</h2>
<img src="tony chopper page1.png" alt="Chopper Image 1">
<img src="tony chopper page 2.png" alt="Chopper Image 2">
</section>
</main>
<footer>
<p>© 2023 Tony Tony Chopper Fan Club</p>
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
var l=new Audio("chopper-theme.mp3")
l.play();
</script>
</center>
</body>
</html>