blob: 1c6330d6f188c49753ab4d771cb754a0831a6107 [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">
4<html xmlns = "http://www.w3.org/1999/xhtml">
5<meta charset="UTF-8">
6
7<head>
8 <title>Get path to Helper.js</title>
9
10 <script type="text/javascript" src="../Helper.js"></script>
11
12 <script type="text/javascript">
13 var ndn = new NDN();
14 //document.write('NDN() object created!');
15 console.log('NDN() object created!');
16 </script>
17
18</head>
19<body >
20</body>
21</html>