-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (27 loc) · 872 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE HTML>
<html>
<head>
<title>ASS</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.js"></script>
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="copypastas.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="bestCopypasta">
The way my dad set up my wii it turned me on... I couldn't help but to grab his a-
<span class="button" id="readMore">
Read more...
</span>
</div>
<div style='margin-top:100000px;'></div>
<div>
<audio id="music" preload="auto" controls loop>
<source src="ass.mp3" type="audio/mpeg">
</audio>
</div>
<div>
<img src="ass2.png" height="1000px" width="100%">
</div>
</body>
</html>