Skip to content

Add static Acme Tools site#16

Open
possibly6 wants to merge 1 commit into
pvium:mainfrom
possibly6:acme-tools-site
Open

Add static Acme Tools site#16
possibly6 wants to merge 1 commit into
pvium:mainfrom
possibly6:acme-tools-site

Conversation

@possibly6

Copy link
Copy Markdown

Closes #9

Summary

  • Adds index.html, about.html, and contact.html at the project root.
  • Each page uses valid basic HTML structure with a meaningful <title>.
  • Headings, paragraphs, and relative navigation links match the acceptance criteria exactly.
  • No JavaScript, no external dependencies, no extra files.

Verification

  • git diff --check
  • Confirmed all three files exist at root with the required exact strings and relative hrefs (index.html, about.html, contact.html).

Closes pvium#9

- index.html, about.html, contact.html at project root
- Exact required headings, paragraphs, titles, and relative nav links
- Valid basic HTML structure: <!doctype html>, <html>, <head>, <body>
- Meaningful <title> per page
- No JavaScript, no external dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build a Basic Static HTML Site

1 participant