~caneypuggies/reformedchurcheslocator/couchapp-backbone

« back to all changes in this revision

Viewing changes to _attachments/js/vendor/requirejs/tests/commonjs/tests/modules/1.0/monkeys/program.html

  • Committer: Tim Black
  • Date: 2013-09-16 22:50:16 UTC
  • Revision ID: tim@alwaysreformed.com-20130916225016-zk8jiba25z33ew7h
Versioned Bower vendor directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html>
 
2
<html>
 
3
<head>
 
4
    <title>Program Runner</title>
 
5
    <script src="../../../../../../require.js"></script>
 
6
    <script>
 
7
        require({
 
8
            baseUrl: './',
 
9
            paths: {
 
10
                system: '../system',
 
11
                test: '../test'
 
12
            }
 
13
        }, ['program']);
 
14
    </script>
 
15
</head>
 
16
<body>
 
17
    <h1>Program Runner</h1>
 
18
    <p>Check console for results.</p>
 
19
</body>
 
20
</html>