-
Notifications
You must be signed in to change notification settings - Fork 0
/
Eminiem.html
54 lines (47 loc) · 1.25 KB
/
Eminiem.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<html>
<head>
<title>Myfirst</title>
<script src="https://kit.fontawesome.com/b99e675b6e.js"></script>
</head>
<link rel="stylesheet" href="Eminiem.css">
<body>
<a href="myfirst.html"><div id="leftarrow"><img src="PngItem_2022781.png" class="topi"></div></div></a>
<a href="#"><div class="rightarrow"><img src="PngItem_2022781.png" class="kopi"></div></a>
<div class="eminiem"></div>
<a href="#">
<div class="one">
<div class="real"><i>The Real Slim Shady</i></div><audio controls preload="auto" >
<source src="thereal.mp3" type="audio/mp3" />
</audio>
</div>
<div class="realslim"></div>
</a>
<!--second-->
<a href="#">
<div class="two">
<div class="till"><i>Till l Collapse</i></div><audio controls preload="auto" >
<source src="tillicollapse.mp3" type="audio/mp3" />
</audio>
</div>
<div class="chill"></div>
</a>
<!--Third-->
<a href="#">
<div class="three">
<div class="Real"><i>Ass Like That</i></div><audio controls preload="auto" >
<source src="asslike.mp3" type="audio/mp3" />
</audio>
</div>
<div class="Ass"></div>
</a>
<!--Four-->
<a href="#">
<div class="Four">
<div class="till"><i>Godzilla</i></div><audio controls preload="auto" >
<source src="godzilla.mp3" type="audio/mp3" />
</audio>
</div>
<div class="god"></div>
</a>
</body>
</html>