diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-03-14 23:40:35 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-03-14 23:42:29 +0000 |
| commit | f20a09da3d09f54842254706b0cf2e3d05a82ca1 (patch) | |
| tree | c3e97328e4ff37f023a95c6032910ed718daf29f /resources | |
| download | redirectly-f20a09da3d09f54842254706b0cf2e3d05a82ca1.tar.gz redirectly-f20a09da3d09f54842254706b0cf2e3d05a82ca1.zip | |
initial commit
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/config.edn | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/resources/config.edn b/resources/config.edn new file mode 100644 index 0000000..7443162 --- /dev/null +++ b/resources/config.edn @@ -0,0 +1,19 @@ +{:routes {"" {:to [:mmm]} + :plonat-atek {:to [:mmm "/games/plonat_atek"]} + :iii-telefoni {:to [:mmm "/projects/iii-telefoni"]}} + :404 " + <html> + <head> + <meta charset=\"UTF-8\"> + <title>not found</title> + </head> + <body> + <h3>entry not found :(</h3> + <p> + if you followed a link here, please let me know at s+missing <i><ät></i> s-ol <i><döt></i> nu. + </p> + <p> + in the meantime, you may find what you were looking for at <a href=\"mmm.s-ol.nu\">mmm.s-ol.nu</a>. + </p> + </body> + </html>"} |
