about summary refs log tree commit diff stats
path: root/html/resources.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-27 16:01:55 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-27 17:47:59 -0700
commit6e1eeeebfb453fa7c871869c19375ce60fbd7413 (patch)
tree539c4a3fdf1756ae79770d5c4aaf6366f1d1525e /html/resources.mu
parent8846a7f85cc04b77b2fe8a67b6d317723437b00c (diff)
downloadmu-6e1eeeebfb453fa7c871869c19375ce60fbd7413.tar.gz
5485 - promote SubX to top-level
Diffstat (limited to 'html/resources.mu')
-rw-r--r--html/resources.mu18
1 files changed, 0 insertions, 18 deletions
diff --git a/html/resources.mu b/html/resources.mu
deleted file mode 100644
index 79bb999f..00000000
--- a/html/resources.mu
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-  assume-resources [
-    # contents for a local file
-    [/foo/bar] <- [
-      |def|  # lines delimited by '|'
-    ]
-
-    # contents for a URL
-    [example.com/foo/bar] <- [
-      |abc|
-    ]
-  ]
-
-
-
a id='n138' href='#n138'>138 139 140 141 142 143 144 145