diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..3edf7c8 --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ +<!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> + <a href="/tears.html"> + <img id="aseem" src="/static/aseem.jpg" height="320" style="position:absolute;"></img> + </a> + <audio autoplay loop> + <source src="/static/aseem.ogg"> + <source src="/static/aseem.mp3"> + </audio> + <script src="/static/aseem.js"></script> + </body> +</html> |