-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathshop.html
More file actions
24 lines (18 loc) · 741 Bytes
/
shop.html
File metadata and controls
24 lines (18 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<div id = 'header'></div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner2"><p>
This is a CRUD App. Checkout chipotle menu also at the bottom
</p>
<iframe src="https://googledrive.com/host/0Bz-3SlNGlz3nWjJ2OGNjamZRVDQ/index.html" width = "1200px" height = "1200px" ></iframe>
<iframe src="https://googledrive.com/host/0Bz-3SlNGlz3nU0ZiNVh6XzRYZVU/pchipotle.html?bookid=book4" width = "1200px" height = "1200px" ></iframe>
</section>
</div>
</html>
<script src="javascripts/jquery-1.8.3.min.js"></script>
<script>
$("#header").load("header.html");
$("#footer").load("footer.html");
</script>