aboutsummaryrefslogtreecommitdiff
path: root/vfs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'vfs/index.html')
-rw-r--r--vfs/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/vfs/index.html b/vfs/index.html
new file mode 100644
index 0000000..10a69f2
--- /dev/null
+++ b/vfs/index.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8" />
+ <title>WUI - Virtual File System (vfs)</title>
+ </head>
+ <body>
+ <div id="vfs"></div>
+ <script type="module" src="/vfs/example.js"></script>
+ </body>
+</html>