-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathall_examples.html
34 lines (31 loc) · 1.41 KB
/
all_examples.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
<!DOCTYPE HTML>
<html>
<head>
<title>Working code examples using repositories at https://github.com/kmalakoff</title>
<link rel="stylesheet" href="vendor/qunit/qunit.css" type="text/css" media="screen" />
<script type="text/javascript" src="vendor/qunit/jquery.js"></script>
<script type="text/javascript" src="vendor/qunit/qunit.js"></script>
<style type="text/css">
iframe, body {height: 100%; padding:0; margin: 0;}
iframe {float: left;}
div.test-block {display:block; width: 100%; height: 100%; float: left;}
</style>
</head>
<body>
<div class="test-block">
<h1 class="qunit-header">Individual Library Examples</h1>
<iframe src="ex_backbone_articulation_js/test.html" scrolling="auto" frameborder="0"></iframe>
<iframe src="ex_background_js/test.html" scrolling="auto" frameborder="0"></iframe>
<iframe src="ex_mixin_js/test.html" scrolling="auto" frameborder="0"></iframe>
<iframe src="ex_underscore_awesomer_js/test.html" scrolling="auto" frameborder="0"></iframe>
</div>
<div class="test-block">
<h1 class="qunit-header">Combined Examples</h1>
<iframe src="ex_combined_examples/test.html" scrolling="auto" frameborder="0"></iframe>
</div>
<!-- <div class="test-block">
<h1 class="qunit-header">Unrelated (but Hopefully Interesting!) Examples</h1>
<iframe src="ex_unrelated_examples/test.html" scrolling="auto" frameborder="0"></iframe>
</div> -->
</body>
</html>