-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlib.html
More file actions
25 lines (20 loc) · 1.12 KB
/
lib.html
File metadata and controls
25 lines (20 loc) · 1.12 KB
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
<!DOCTYPE html>
<html>
<div id = 'header'></div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner2">
<p>Some of the awesome libraries built by amazing people, that we used over the years</p>
<iframe src="https://googledrive.com/host/0Bz-3SlNGlz3nZDVuc0FXeURmaTg/test2.html" width = "1200px" height = "500px" ></iframe>
<iframe src="https://googledrive.com/host/0Bz-3SlNGlz3naGs2OHRvaWFOVlU/categorical-processing.html" width = "1200px" height = "200px" ></iframe>
<iframe src="https://googledrive.com/host/0Bz-3SlNGlz3naGs2OHRvaWFOVlU/basic.html" width = "1200px" height = "200px" ></iframe>
<iframe src="https://googledrive.com/host/0Bz-3SlNGlz3nWnRvS0U3UDRxWTQ/demo.htm" width = "1200px" height = "800px" ></iframe>
<iframe src="https://googledrive.com/host/0Bz-3SlNGlz3naThlV0xtRzJlWGs/index.html" width = "1200px" height = "800px" ></iframe>
</section>
</div>
</html>
<script src="javascripts/jquery-1.8.3.min.js"></script>
<script>
$("#header").load("header.html");
$("#footer").load("footer.html");
</script>