From fc910d51b7a2520bfbfb62b47f2ae4cf1166bcd0 Mon Sep 17 00:00:00 2001 From: qq1789466341-cpu <288095595+qq1789466341-cpu@users.noreply.github.com> Date: Sat, 13 Jun 2026 11:01:29 +0800 Subject: [PATCH] Add basic static HTML site --- about.html | 18 ++++++++++++++++++ contact.html | 18 ++++++++++++++++++ index.html | 18 ++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 about.html create mode 100644 contact.html create mode 100644 index.html diff --git a/about.html b/about.html new file mode 100644 index 0000000..d50b781 --- /dev/null +++ b/about.html @@ -0,0 +1,18 @@ + + + + + + About Acme Tools + + + +
+

About Acme Tools

+

We build practical tools for founders, maintainers, and small product teams.

+
+ + diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..338034c --- /dev/null +++ b/contact.html @@ -0,0 +1,18 @@ + + + + + + Contact Acme Tools + + + +
+

Contact Acme Tools

+

Email us at hello@example.com for product questions.

+
+ + diff --git a/index.html b/index.html new file mode 100644 index 0000000..2de9dd3 --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + + + + + Welcome to Acme Tools + + + +
+

Welcome to Acme Tools

+

Acme Tools helps small teams ship simple software faster.

+
+ +