forked from khouriousgeorge/gifSite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhy.html
48 lines (40 loc) · 946 Bytes
/
why.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
<!DOCTYPE html>
<html>
<head>
<body>
<link rel="stylesheet" href="why.css">
<div class="bert1">
<a href="not.html">
<img src="gifs/bert(A).gif" alt="bert?">
</a>
</div>
<div class="bert2">
<a href="not.html">
<img src="gifs/bert(A).gif" alt="bert?">
</a>
</div>
<div class="bert3">
<a href="not.html">
<img src="gifs/bert(A).gif" alt="bert?">
</a>
</div>
<div class="bert4">
<a href="not.html">
<img src="gifs/bert(A).gif" alt="bert?">
</a>
</div>
<div class="bacon">
<a href="index.html">
<img src="gifs/bacon.gif" alt="behcon">
</a>
</div>
<div class="girl">
<!--<a href="https://www.youtube.com/v/hddCpJ8MfVo?start=100&end=102&autoplay=1">-->
<a href="http://iloveyoulikeafatladylovesapples.com/">
<img src="gifs/girl(A).gif" alt="girl?">
</a>
</div>
<iframe width="0" height="0" src="https://www.youtube.com/embed/JzczDX5j-IM?start=1560&autoplay=1" frameborder="0" allowfullscreen></iframe>
</body>
</head>
</html>