# HG changeset patch # User June Park # Date 1767409895 28800 # Node ID b51f8cce9170694129ef75f0958aad808638b173 # Parent 092afa5957642e09776f284bdf39d524229c6a95 Removing unused project diff -r 092afa595764 -r b51f8cce9170 birthday_page/BUILD --- a/birthday_page/BUILD Fri Jan 02 18:13:32 2026 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -load("@rules_cc//cc:cc_binary.bzl", "cc_binary") -load("@rules_cc//cc:cc_library.bzl", "cc_library") -load("//gui_ze:gui_ze.bzl", "move_files_into_dir", "bundle") - -filegroup( - name = "pages_files", - srcs = glob(["pages/**"]), -) - -cc_binary( - name = "server", - srcs = ["main.c"], - deps = ["//seobeo:seobeo"], - data = [":pages_files"], -) diff -r 092afa595764 -r b51f8cce9170 birthday_page/main.c --- a/birthday_page/main.c Fri Jan 02 18:13:32 2026 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -/** - * Happy birthday - * - */ - -#include "seobeo/seobeo.h" - - -int main(void) -{ - Seobeo_Web_Server_Start("birthday_page/pages", "8888", SEOBEO_MODE_FORK, 2); -} diff -r 092afa595764 -r b51f8cce9170 birthday_page/pages/background.avif Binary file birthday_page/pages/background.avif has changed diff -r 092afa595764 -r b51f8cce9170 birthday_page/pages/index.html --- a/birthday_page/pages/index.html Fri Jan 02 18:13:32 2026 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,362 +0,0 @@ - - - - - - - - - - Amu Birthday Game - - - - -
-
-
-
-
Distance: 0m
-
-
- - - - diff -r 092afa595764 -r b51f8cce9170 birthday_page/pages/punpun.png Binary file birthday_page/pages/punpun.png has changed diff -r 092afa595764 -r b51f8cce9170 birthday_page/pages/random_1.jpeg Binary file birthday_page/pages/random_1.jpeg has changed diff -r 092afa595764 -r b51f8cce9170 birthday_page/pages/random_2.png Binary file birthday_page/pages/random_2.png has changed diff -r 092afa595764 -r b51f8cce9170 birthday_page/pages/random_3.jpeg Binary file birthday_page/pages/random_3.jpeg has changed