about summary refs log tree commit diff stats
path: root/html/resources.mu
diff options
context:
space:
mode:
Diffstat (limited to 'html/resources.mu')
-rw-r--r--html/resources.mu18
1 files changed, 18 insertions, 0 deletions
diff --git a/html/resources.mu b/html/resources.mu
new file mode 100644
index 00000000..79bb999f
--- /dev/null
+++ b/html/resources.mu
@@ -0,0 +1,18 @@
+
+
+
+
+  assume-resources [
+    # contents for a local file
+    [/foo/bar] <- [
+      |def|  # lines delimited by '|'
+    ]
+
+    # contents for a URL
+    [example.com/foo/bar] <- [
+      |abc|
+    ]
+  ]
+
+
+