mu/html/resources.mu

19 lines
203 B
Plaintext

assume-resources [
# contents for a local file
[/foo/bar] <- [
|def| # lines delimited by '|'
]
# contents for a URL
[example.com/foo/bar] <- [
|abc|
]
]