diff options
author | sy <sy> | 2024-07-03 16:19:22 -0400 |
---|---|---|
committer | sy <sy> | 2024-07-03 16:19:22 -0400 |
commit | e12b475e174ada3eea6121ab73f6a06069d164e3 (patch) | |
tree | a307eb97bd0da1ccbba8aaba4915b94e782a870b | |
parent | 53bdc365e6b27ebf8d2292e41921a7980e1dfed1 (diff) |
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | static/silence.mp3 | bin | 36494 -> 0 bytes | |||
-rw-r--r-- | tears.html | 13 |
3 files changed, 13 insertions, 1 deletions
@@ -10,7 +10,6 @@ <a href="/tears.html"> <img id="aseem" src="/static/aseem.jpg" height="320" style="position:absolute;"> </a> - <iframe src="/static/silence.mp3" allow="autoplay" id="audio" style="display: none"></iframe> <audio autoplay loop> <source src="/static/aseem.mp3" type="audio/mpeg"> </audio> diff --git a/static/silence.mp3 b/static/silence.mp3 Binary files differdeleted file mode 100644 index 482395f..0000000 --- a/static/silence.mp3 +++ /dev/null diff --git a/tears.html b/tears.html new file mode 100644 index 0000000..944be2b --- /dev/null +++ b/tears.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML> +<html> + <head> + <meta charset="utf-8"> + <title>aseem's legit</title> + <meta id="viewport" name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> + </head> + <body> + <iframe src="https://www.youtube-nocookie.com/embed/Dh4mBcCLkh0?rel=0&controls=0&autoplay=1&autohide=1&modestbranding=1&showinfo=0" frameborder="0" allowfullscreen> + </iframe> + <script src="/static/aseem.js"></script> + </body> +</html> |