From 280f4d948f0a623173129a8dd0f4ec9db65f9b6f Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 3 Oct 2021 16:53:28 -0400 Subject: [PATCH] an example index.html for a web site this is almost the simplest possible html file. it can be used for a really crappy main index.html if you're out of other ideas. --- infobase/examples/web/simple-index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 infobase/examples/web/simple-index.html diff --git a/infobase/examples/web/simple-index.html b/infobase/examples/web/simple-index.html new file mode 100644 index 00000000..5d149d1b --- /dev/null +++ b/infobase/examples/web/simple-index.html @@ -0,0 +1,13 @@ + + + + Title goes right here! + + +

+Here's an example paragraph in this amazing web site, which demonstrates a super simple basic html file. +Anything in the body tag will appear on the page, just like this p tag and its contents. +

+ + + -- 2.34.1