From 13c2f9cffa624fdf498f3b61fab9d809b92e026e Mon Sep 17 00:00:00 2001 From: bndw Date: Sun, 28 Dec 2025 09:21:08 -0800 Subject: init --- test/example-website/about.html | 42 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 test/example-website/about.html (limited to 'test/example-website/about.html') diff --git a/test/example-website/about.html b/test/example-website/about.html new file mode 100644 index 0000000..93cba92 --- /dev/null +++ b/test/example-website/about.html @@ -0,0 +1,42 @@ + + + + + + About - Deploy Test + + + +
+ +
+ +
+
+

About This Site

+

This is a test website created to demonstrate the deploy tool's static site deployment capabilities.

+ +

Features

+
    +
  • Simple HTML/CSS structure
  • +
  • Multiple pages for testing navigation
  • +
  • Responsive design
  • +
  • Clean and minimal styling
  • +
+ +

Deployment Command

+
./deploy deploy --host peerfile --static --dir ./test/example-website --domain example.com
+
+
+ + + + -- cgit v1.2.3