From f1cac4703b5d302c722ead903df416fcba3604dd Mon Sep 17 00:00:00 2001 From: guangenZhao Date: Fri, 13 Mar 2026 17:48:39 +0800 Subject: [PATCH] init commit --- .gitignore | 2 + index.html | 340 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 342 insertions(+) create mode 100644 .gitignore create mode 100644 index.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c398914 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea/ +.codex/ \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..39350c7 --- /dev/null +++ b/index.html @@ -0,0 +1,340 @@ + + + + + + Benboerba Portal + + + +
+
+
+
BP
+
+ Test Deployment Portal + Benboerba Portal +
+
+
Static Page Ready
+
+ +
+
+ Lightweight Landing Page +

Portal test page for CI delivery.

+

+ This placeholder site is intentionally simple: one static HTML file, + embedded styles, no build step, and no external dependency. It is + suitable for validating Gitea CI pipelines and basic static hosting. +

+ +
+ + +
+ +
+
+ Purpose +

Deployment Verification

+

+ Use this page to confirm repository checkout, artifact publishing, + static file serving, and basic domain routing in your CI pipeline. +

+
+ +
+ Structure +

Self-contained HTML

+

+ Everything lives in one file, which keeps the first deployment test + predictable and reduces failure points during automation setup. +

+
+ +
+ Next Step +

Easy to Replace

+

+ Once CI is stable, this page can be swapped out for a real portal, + a generated frontend build, or a multi-page static site. +

+
+
+ + +
+ +