-
Notifications
You must be signed in to change notification settings - Fork 0
/
sakura.html
45 lines (39 loc) · 1.16 KB
/
sakura.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>Sakura haruno</title>
<link rel="icon" href="sakura icon.png">
<link rel="stylesheet" href="sakura.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>
</head>
<body>
<center>
<header>
<h1>Sakura Haruno</h1>
</header>
<main>
<section>
<h2>About Sakura Haruno</h2>
<p>SORRY MAN SHE'S trash</p>
</section>
<section>
<h2>Gallery</h2>
<img src="sakura page.png" alt="Sakura Image 1"width="18%" height="350px">
<img src="sakura page2.png" alt="Sakura Image 2"width="20%" height="350px">
</section>
</main>
<footer>
<p>© 2023 Sakura Haruno Fan Club</p>
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
var l=new Audio("sakura-theme.mp3")
l.play();
</script>
</center>
</body>
</html>