Areole.
/* areole.html
*
* TODO: write this page.
* TODO: the benchmark numbers, once the bench settles.
* TODO: a screenshot that is not the hello example.
*
* A GUI library in strict C89 that uses no graphics API.
* No Direct2D, no OpenGL, no SDL. It rasterizes every
* pixel itself and blits once. Layout is written in real
* CSS, parsed at startup, and nothing is allocated after
* ar_init.
*
* 109 commits. Windows 2000 and up. It works. The page
* explaining why that was worth doing is still
*/