-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (38 loc) · 1.54 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<title>Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="public/styles.css">
<script type="text/javascript" src="main.js"></script>
<center>
<div id="banner">
<a1 id="current" onclick="location.href='index.html'">HOME</a1>
<a1 onclick="location.href='views/dogs.html'">DOGS</a1>
<a1 onclick="location.href='views/misc.html'">MISC</a1>
</div>
<body>
<div id="sqd">
<br>
<div class="w3-content" style="max-width:800px;position:relative;">
<img class="mySlides fade" src="public/images/front.jpg" style="width:100%">
<img class="mySlides fade" src="public/images/livingroom.jpg" style="width:100%">
<img class="mySlides fade" src="public/images/kitchen.jpg" style="width:100%">
<img class="mySlides fade" src="public/images/masterbedroom.jpg" style="width:100%">
<img class="mySlides fade" src="public/images/backyard.jpg" style="width:100%">
<a class="prev" onclick="plusDivs(-1)">❮</a>
<a class="next" onclick="plusDivs(1)">❯</a>
<br>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d876.9395688827681!2d-88.36828333055769!3d42.216328107892025!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x880f132f3a51e4eb%3A0x13a572627831a0b9!2s1292+Barlina+Rd%2C+Crystal+Lake%2C+IL+60014!5e0!3m2!1sen!2sus!4v1475287243029" allowfullscreen></iframe>
<br><br>
</div>
</div>
<script>
var slideIndex = 0;
carousel();
var slideIndex = 1;
showDivs(slideIndex);
</script>
</center>
</body>
<div class="footer"></div>
</html>