Wentao Shang | 046d09a | 2012-11-17 13:42:20 -0800 | [diff] [blame] | 1 | <?xml version = "1.0" encoding="utf-8" ?>
|
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
| 3 | "DTD/xhtml1-strict.dtd">
|
Jeff Burke | 92dd8e4 | 2012-12-08 11:40:31 -0800 | [diff] [blame] | 4 | <!--
|
| 5 | See COPYING for copyright and distribution information.
|
| 6 | -->
|
Wentao Shang | 046d09a | 2012-11-17 13:42:20 -0800 | [diff] [blame] | 7 | <html xmlns = "http://www.w3.org/1999/xhtml">
|
| 8 | <meta charset="UTF-8">
|
| 9 |
|
| 10 | <head>
|
| 11 | <title>Get path to Helper.js</title>
|
| 12 |
|
| 13 | <script type="text/javascript" src="../Helper.js"></script>
|
| 14 |
|
| 15 | <script type="text/javascript">
|
| 16 | var ndn = new NDN();
|
| 17 | //document.write('NDN() object created!');
|
| 18 | console.log('NDN() object created!');
|
| 19 | </script>
|
| 20 |
|
| 21 | </head>
|
| 22 | <body >
|
| 23 | </body>
|
| 24 | </html>
|