Dirt-simple HTML

Mobile browsers are currently configured primarily to display existing desktop-oriented websites. This means that in order to get a page to look good in Firefox for Android (for example), you have to at least add <meta viewport> to the site, and in many cases go to even more extreme measures.

This page, for instance, has no reason to be wider than a phone screen, and yet it is anyway.

We should do something about this!