blob: 3675bfe8a8a30a1a78e65688152c0b6540c22404 [file] [log] [blame]
<?xml version = "1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"DTD/xhtml1-strict.dtd">
<!--
See COPYING for copyright and distribution information.
-->
<html xmlns = "http://www.w3.org/1999/xhtml">
<meta charset="UTF-8">
<head>
<title>Get path to Helper.js</title>
<script type="text/javascript" src="../Helper.js"></script>
<script type="text/javascript">
var ndn = new NDN();
//document.write('NDN() object created!');
console.log('NDN() object created!');
</script>
</head>
<body >
</body>
</html>