blob: 2e629d5d5086b935cda6076fcbe2985d8de15d3e (
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>
<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>
<script src="/static/aseem.js"></script>
</body>
</html>
|