From fc985714ad7314c3cb7cfb3f390799cec33fb825 Mon Sep 17 00:00:00 2001 From: claude Date: Tue, 24 Feb 2026 22:03:53 +0100 Subject: [PATCH] feat: initial website template --- index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..eb97bae --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + + + + + My Website + + + +

Welcome!

+

Edit files in your repository to update this website.

+

Then click Deploy from Repository in the PaaS Portal.

+ + \ No newline at end of file