-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnaruto.html
49 lines (40 loc) · 1.73 KB
/
naruto.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">
<title>Naruto Uzumaki</title>
<link rel="stylesheet" href="naruto.css">
<link rel="icon" href="naruto icon.png">
<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>Naruto Uzumaki</h1>
</header>
<main>
<section>
<h2>About Naruto Uzumaki</h2>
<p>Naruto Uzumaki is the protagonist of the Naruto manga and anime series created by Masashi Kishimoto. He is a young ninja from the Hidden Leaf Village and aspires to become the Hokage, the strongest ninja and the leader of the village.</p>
<p>Naruto is known for his signature orange jumpsuit, his spikey blond hair, and his never-give-up attitude. He possesses a powerful and unpredictable ninja ability called the Nine-Tails Fox, which gives him extraordinary strength and resilience.</p>
<p>You are gonna be hokage one day, believe it!!!!!!!</p>
</section>
<section>
<h2>Gallery</h2>
<img src="naruto page1.png" alt="Naruto Image 1" width="30%" height="400px">
<img src="naruto page2.png" alt="Naruto Image 2" width="30%" height="400px">
</section>
</main>
<footer>
<p>© 2023 Naruto Uzumaki Fan Club</p>
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
var v=new Audio("naruto usable voice.wav");
v.play();
var n=new Audio("naruto-theme.mp3");
n.play();</script>
</body>
</html>