I get told to shut up a lot by my friend. This is the microsite that documents this in detail. shutup.jp
postcards microsite

chore: add 404

+20
+20
static/404.html
··· 1 + <!doctype html> 2 + <html class="no-js" lang=""> 3 + <head> 4 + <meta charset="utf-8"> 5 + <meta http-equiv="x-ua-compatible" content="ie=edge"> 6 + <title>Shut up, JP</title> 7 + <meta name="description" content="A collection of postcards sent to me by my friend, Claire, inviting me to 'shut up' from many places and in many languages over many years."> 8 + <meta name="viewport" content="width=device-width, initial-scale=1"> 9 + <meta name="keywords" content="postcards,art,insults,language,microsite"> 10 + <meta http-equiv="refresh" content="3;url=/"> 11 + <link rel="author" href="https://www.byjp.me"> 12 + <link rel="stylesheet" href="shutup.css"> 13 + </head> 14 + <body> 15 + <section class="explain"> 16 + <p>You're on the wrong page.</p> 17 + <p>There's only one page, and <a href="/">it's the home page</a>.</p> 18 + </section> 19 + </body> 20 + </html>