diff options
| author | rebecca <ubq323@ubq323.website> | 2026-09-17 20:54:44 +0100 |
|---|---|---|
| committer | rebecca <ubq323@ubq323.website> | 2026-09-17 20:54:44 +0100 |
| commit | 6c5d5fec129a29c6250b094f46881cfa5aaadcc7 (patch) | |
| tree | b66161fccfa91180e937f0689763f2124a4af97b /web/mime.lua | |
| parent | 7f60b7c4e8d99f97a0a24b60bd4c4fd15697a4bb (diff) | |
web: import from m1msq 15b348f
Diffstat (limited to 'web/mime.lua')
| -rw-r--r-- | web/mime.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/mime.lua b/web/mime.lua new file mode 100644 index 0000000..5aa49c5 --- /dev/null +++ b/web/mime.lua @@ -0,0 +1,9 @@ +local m = {} + +m.exts = { + js = 'application/javascript', + html = 'text/html', + css = 'text/css', +} + +return m |
