From 5ffcfd71a89b1e002c489efd7e88ead20f11076e Mon Sep 17 00:00:00 2001 From: cynic Date: Mon, 31 Oct 2022 22:01:03 -0400 Subject: [PATCH] add a simple guide to the default index.html --- tools/skel/.web/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/skel/.web/index.html b/tools/skel/.web/index.html index 30f51a3..f3b62d6 100644 --- a/tools/skel/.web/index.html +++ b/tools/skel/.web/index.html @@ -1 +1,3 @@ -hello, world! \ No newline at end of file +hello, world! + +this is the default index.html file. to edit it, edit ~/.web/index.html with a terminal text editor like nano. \ No newline at end of file