From c1267cb47af909af8716ded4e218c48e52353366 Mon Sep 17 00:00:00 2001 From: jakerated-r Date: Fri, 12 Jun 2026 21:17:50 -0500 Subject: [PATCH] Add static Acme Tools pages --- about.html | 19 +++++++++++++++++++ contact.html | 19 +++++++++++++++++++ index.html | 19 +++++++++++++++++++ 3 files changed, 57 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..3f0e327 --- /dev/null +++ b/about.html @@ -0,0 +1,19 @@ + + + + + + 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..bdbebdc --- /dev/null +++ b/contact.html @@ -0,0 +1,19 @@ + + + + + + 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..8700859 --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ + + + + + + Welcome to Acme Tools + + + + +
+

Welcome to Acme Tools

+

Acme Tools helps small teams ship simple software faster.

+
+ +