-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (39 loc) · 1.47 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>HaruMino is Real</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/x-icon" href="b1356cb02bfce180cf11b8a218305ce6-Full.png">
<meta property="og:title" content="HaruMino is real?">
<meta property="og:description" content="Yea, HaruMino is real. Trust me bro">
<meta property="og:image" content="images/Không Có Tiêu Đề1_20230523153035.png">
<meta property="og:url" content="https://aobachymtee.github.io/HaruMinoProject/">
<meta property="og:type" content="website">
</head>
<body>
<div class="container">
<img id="image" src="images/Không Có Tiêu Đề1_20230523153035.png">
<div class="info">
<p>Information why HaruMino is Real And 🏳️🌈🤨</p>
<a id="announcement-link" href="#">Click Here!</a>
</div>
</div>
<div id="announcement-modal" class="modal">
<div class="modal-content">
<span class="close">×</span>
<h2>Important Reason!</h2>
<p>Because its just real and still waiting for canon lol</p>
</div>
</div>
<footer>
<div class="creator-info">
<p>Created by <a id="creator-link" href="#">Aoba</a> with love❤️</p>
<p>It's just a Fansite making for fun so don't make it to seriously.
<button id="pause-button">Pause Music</button>
</div>
</footer>
</div>
<audio id="background-music" src="audio.mp3" preload="auto" loop autoplay></audio>
<script src="script.js"></script>
</body>
</html>