From 1bfe8d2417dcdafa96b9faaf661250c0145f0589 Mon Sep 17 00:00:00 2001 From: Larry Date: Sat, 13 Jun 2026 00:08:15 -0400 Subject: [PATCH] Add static Acme Tools site (index, about, contact) Closes #9 - index.html, about.html, contact.html at project root - Exact required headings, paragraphs, titles, and relative nav links - Valid basic HTML structure: , , , - Meaningful per page - No JavaScript, no external dependencies --- about.html | 15 +++++++++++++++ contact.html | 15 +++++++++++++++ index.html | 15 +++++++++++++++ 3 files changed, 45 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..0f39985 --- /dev/null +++ b/about.html @@ -0,0 +1,15 @@ +<!doctype html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <title>Acme Tools — About + + +

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..d052e3f --- /dev/null +++ b/contact.html @@ -0,0 +1,15 @@ + + + + + Acme Tools — Contact + + +

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..df8cbc9 --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + + Acme Tools — Home + + +

Welcome to Acme Tools

+

Acme Tools helps small teams ship simple software faster.

+ + +