-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsasuke.html
45 lines (40 loc) · 1.62 KB
/
sasuke.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sasuke uchiha</title>
<link rel="icon" href="sasuke icon.png">
<link rel="stylesheet" href="sasuke.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>Sasuke Uchiha</h1>
</header>
<main>
<section>
<h2>About Sasuke Uchiha</h2>
<p>Sasuke Uchiha is a central character in the Naruto manga and anime series created by Masashi Kishimoto. He is a skilled ninja from the Hidden Leaf Village and one of the last surviving members of the Uchiha clan.</p>
<p>Sasuke is driven by a desire for revenge against his older brother, Itachi Uchiha, who slaughtered their entire clan. Throughout the series, Sasuke's journey involves seeking power, redemption, and ultimately finding his own path as a ninja.</p>
<p>you might be little dark but sure know how to achieve your dreams</p>
</section>
<section>
<h2>Gallery</h2>
<img src="sasuke page1.png" alt="Sasuke Image 1">
<img src="sasuke page2.png" alt="Sasuke Image 2">
</section>
</main>
<footer>
<p>© 2023 Sasuke Uchiha Fan Club</p>
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
var l=new Audio("sasuke-theme.mp3")
l.play();
</script>
</center>
</body>
</html>