13 lines
279 B
HTML
13 lines
279 B
HTML
|
<html>
|
||
|
<head><title>VFS Demo</title></head>
|
||
|
<body>
|
||
|
<h3>Virtual File Systems demonstration</h3>
|
||
|
|
||
|
Hello. This sample demonstrates VFS. Try the link (and have a look
|
||
|
at status bar before clicking on them)
|
||
|
<p>
|
||
|
<a href="myVFS:node"><b>Enter top level Node...</b></a>
|
||
|
|
||
|
</body>
|
||
|
</html>
|