view birthday_page/main.c @ 38:cf9caa4abc3e

[Love] FE and BE. Can chat and render images. Also created MCP for powerpoint generations.
author MrJuneJune <me@mrjunejune.com>
date Mon, 01 Dec 2025 20:35:56 -0800
parents 6c322f9c2cb9
children
line wrap: on
line source

/**
 * Happy birthday
 *
 */

#include "seobeo/seobeo.h"


int main(void)
{
  Seobeo_Web_Server_Start("birthday_page/pages", "8888", SEOBEO_MODE_FORK, 2);
}