-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathleave.html
47 lines (38 loc) · 1.15 KB
/
leave.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
<!DOCTYPE html>
<html>
<head>
<iframe width="0" height="0" src="https://www.youtube.com/embed/xn6hhrX34Pw?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>
<body>
<link rel="stylesheet" href="leave.css">
<div class="bacon">
<a href="index.html">
<img src="gifs/bacon.gif" alt="baycone">
</a>
</div>
<div class="girl1">
<!--<a href="https://www.youtube.com/v/hddCpJ8MfVo?start=100&end=102&autoplay=1">-->
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ&autoplay=1">
<img src="gifs/girl(A).gif" alt="girl?">
</a>
</div>
<div class="girl2">
<!--<a href="https://www.youtube.com/v/hddCpJ8MfVo?start=100&end=102&autoplay=1">-->
<a href="http://you.regettingold.com/">
<img src="gifs/girlUp.gif" alt="girl?">
</a>
</div>
<div class="girl3">
<!--<a href="https://www.youtube.com/v/hddCpJ8MfVo?start=100&end=102&autoplay=1">-->
<a href="http://www.windows93.net/">
<img src="gifs/girlDown.gif" alt="girl?">
</a>
</div>
<div class="girl4">
<!--<a href="https://www.youtube.com/v/hddCpJ8MfVo?start=100&end=102&autoplay=1">-->
<a href="http://therevolvinginternet.com/">
<img src="gifs/girlLeft.gif" alt="girl?">
</a>
</div>
</body>
</head>
</html>