forked from khouriousgeorge/gifSite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
48 lines (40 loc) · 1.07 KB
/
home.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="home.css">
<div class="girl">
<!--<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="elmo">
<a href="https://www.youtube.com/v/Bkq1PAyGuZY&autoplay=1">
<img src="gifs/elmo(A).gif" alt="elmo?">
</a>
</div>
<div class="llama">
<a href="http://www.screenprank.com/gandalf.html">
<img src="gifs/llama(A).gif" alt="llama?">
</a>
</div>
<div class="homeBacon">
<a href="index.html">
<img src="gifs/bacon.gif" alt="bach on">
</a>
</div>
<div class="bulb">
<a href="why.html">
<img src="gifs/onOff.gif" alt="idea?">
</a>
</div>
<div class="kreditKitten">
<a href="https://khouriousgeorge.github.io/portfolioSite/index.html">
<img src="gifs/orangeKitten.gif" alt="kredits">
</a>
</div>
<iframe width="0" height="0" src="https://www.youtube.com/embed/VBlFHuCzPgY?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>
</body>
</head>
</html>