blob: 3675bfe8a8a30a1a78e65688152c0b6540c22404 [file] [log] [blame]
Wentao Shang046d09a2012-11-17 13:42:20 -08001<?xml version = "1.0" encoding="utf-8" ?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3"DTD/xhtml1-strict.dtd">
Jeff Burke92dd8e42012-12-08 11:40:31 -08004<!--
5 See COPYING for copyright and distribution information.
6-->
Wentao Shang046d09a2012-11-17 13:42:20 -08007<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>