<?xml version = "1.0" encoding="utf-8" ?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
"DTD/xhtml1-strict.dtd"> | |
<html xmlns = "http://www.w3.org/1999/xhtml"> | |
<meta charset="UTF-8"> | |
<head> | |
<title>NDN Get via XPCOM</title> | |
</head> | |
<body > | |
<h1>NDN Protocol Examples</h1> | |
<h2>Segmented files</h2> | |
Here is a small text file: | |
<br/> | |
<a target="_blank" class="moz-txt-link-freetext" | |
href="ndn:/wentao.shang/mars.jpg">ndn:/wentao.shang/mars.jpg</a> | |
<br/> | |
Here is a large image file: | |
<br/> | |
<a target="_blank" class="moz-txt-link-freetext" | |
href="ndn:/wentao.shang/choir_jail.png">ndn:/wentao.shang/choir_jail.png</a> | |
<br/> | |
</body> | |
</html> |