diff birthday_page/main.c @ 34:6c322f9c2cb9

[Birthday] I didn't have nay time to buy birhtday present so w/e/
author MrJuneJune <me@mrjunejune.com>
date Sat, 11 Oct 2025 15:07:07 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/birthday_page/main.c	Sat Oct 11 15:07:07 2025 -0700
@@ -0,0 +1,12 @@
+/**
+ * Happy birthday
+ *
+ */
+
+#include "seobeo/seobeo.h"
+
+
+int main(void)
+{
+  Seobeo_Web_Server_Start("birthday_page/pages", "8888", SEOBEO_MODE_FORK, 2);
+}