<html>
 
<head>
 
    <title>NDL! examples</title>
 
</head>
 
<body>
 
<a href="./example01.php?file=test.bin">Example 1</a><br />
 
<a href="./example02/get.php?file=test">Example 2.1</a><br />
 
<a href="./example02/get.php?file=test2">Example 2.2</a><br />
 
</body>
 
</html>
 
 |