From 769620053bf23e2e47600fd32b55dfd4bd995950 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Wed, 18 Mar 2026 21:05:19 -0300 Subject: [PATCH] add index.html with basic HTML structure --- docs/index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/index.html diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..2da5e2f --- /dev/null +++ b/docs/index.html @@ -0,0 +1,10 @@ + + + + + Title + + +test + + \ No newline at end of file