blob: 3edf7c8762c98e6d79ab011f634b76f80418efc2 (
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;"></img>
</a>
<audio autoplay loop>
<source src="/static/aseem.ogg">
<source src="/static/aseem.mp3">
</audio>
<script src="/static/aseem.js"></script>
</body>
</html>
|