#include #include "html.h" int main(int argc, char **argv) { header(); puts(""); html(); return 0; }