Skip to content

Commit 13b0717

Browse files
committed
fix
1 parent 8970b7a commit 13b0717

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

aot.html

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html>
33
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
64
<link rel="stylesheet" href="aot.css">
75
<title>shinzou wo sasageyo</title>
86
</head>
97
<body>
10-
<audio src="https://raw.githubusercontent.com/Weirdo1312/testing/main/aot.mp3" autoplay></audio>
8+
119
</body>
1210
</html>

aot.mp3

-47.3 KB
Binary file not shown.

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h5 class="content" dir="rtl">لورم ایپسوم متن ساختگی با ت
3131
<a id="services" href="#">خدمات 💪</a>
3232
<a id="contact" href="#">ارتباط با ما 📞</a>
3333
<!--Easter Egg-->
34-
<a class="easter-egg-button" href="/aot">
34+
<a class="easter-egg-button" href="/testing/aot">
3535
<img src="https://raw.githubusercontent.com/Weirdo1312/testing/main/wings.png" alt="wings-of-freedom">
3636
</a>
3737
</div>

style.css

-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@
125125
background-color: #102f1e;
126126
}
127127

128-
129-
130128
.easter-egg {
131129
display: none;
132130
}

0 commit comments

Comments
 (0)