oczki / inspiracje

One-click word generator for improv exercises.
http://inspirac.je
Other
3 stars 0 forks source link

Static version #14

Closed oczki closed 3 years ago

oczki commented 6 years ago

Add a static version of the main functionality. Return a few words from each category in a layout similar to the main one.

Five words should be enough.

Add a note at the bottom, explaining that the user is viewing a dumbed-down page, and provide a link to the main one.

oczki commented 6 years ago

Mayhaps this'll do the trick...

<head>
    <noscript>
        <meta http-equiv="refresh" content="0; url=http://www.example.com/no-javascript/" />
    </noscript>
</head>

(From https://stackoverflow.com/a/8002034/5024905)

oczki commented 3 years ago

At this moment, the text introduced in 76aa86d26c4926f0ee92137c0e9ccd1bfe251ee5 should be enough.