summaryrefslogtreecommitdiff
path: root/index.html
blob: fb8b0ef65c2f6491a4e9a460c7be039452491ee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>
        <button id="legit" style="width: 100px; height: 100px;">TOO LEGIT?</button>
        <a href="/tears.html">
            <img id="aseem" src="/static/aseem.jpg" height="320" style="position:absolute;">
        </a>
        <audio autoplay loop>
            <source src="/static/aseem.mp3" type="audio/mpeg">
        </audio>
        <script src="/static/aseem.js"></script>
    </body>
</html>