Mercurial
view birthday_page/main.c @ 64:a30944e5719e
Added vibe coded markdown to html script since it is useful for me. Updated Dowa so that it can be compiled without dirnet for windows.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Tue, 23 Dec 2025 15:18:46 -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); }