A simple 404 page that uses the URL's pathname
as input to generate a custom message.
- Dyanmic text-to-speech via SpeechSynthesis
- Control
pitch (0-2)
,rate (0.1-10)
,volume (0-1)
,voice (depends on OS)
, andwordgap
(seconds) of speech via query parameters - Random background fetched from: http://reddit.com/r/wheredidthesodago/ or bring your own resource via
lol
query parameter - Complete disregard for sane coding practices
Simply configure your http daemon to use the two files in /public
(after you npm run build
) as your global 404 e.g.: error_page 404 /404/index.html;
, et voilà!
stringy things:
- http://ricky.codes/no/u
- http://ricky.codes/y/u/ಠ_ಠ
- http://ricky.codes/%7C%20(•%20◡•)%7C%20(❍ᴥ❍ʋ)
- http://ricky.codes/☁→❄→☃
- http://ricky.codes/yo/dat/sheeee/is/🔥
bring your own image:
- http://ricky.codes/lol/butts/?lol=http://i1.wp.com/farm9.staticflickr.com/8342/8176438031_ea9d9980d6_z.jpg
alter pitch
, rate
& wordgap
:
Paths will vary depending on environment.