going-flying.com gemini git repository
abd44a340f9ef4f5811c94db746663737f19d6de - Matthew Ernisse - 1612580356
add suggestion thing
diff --git a/cgi-bin/converter b/cgi-bin/converter index d55b4c1..7901c7b 100755 --- a/cgi-bin/converter +++ b/cgi-bin/converter @@ -103,6 +103,11 @@ Display a number in binary, decimal and hexadecimal. If your input cannot be re => hex Hexadecimal Input +## Suggestions? +Want to see something here? Feel free to drop me a line. +=> mailto:matt@going-flying.com + + => / Home ''') @@ -114,6 +119,7 @@ def ender(i): 420: 'Nice', 1701: 'The Final Frontier', 2257: 'The dawn of the third age', + 31337: 'Greetz to Zero Cool and Joey' } return f' ({s[i]})\n\n' if i in s.keys() else '\n\n'