commit 7264c2e33e9e3d9dbc6ddfdbebf54a1570dd1ed7 parent 20078c3be43668ed43f5432e9ca5f0b2c386224f Author: Randy Au <randy.au@gmail.com> Date: Fri, 20 Sep 2024 12:19:49 -0400 Create index.html Diffstat:
A | index.html | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/index.html b/index.html @@ -0,0 +1,6 @@ +<html> + <head><title>Webring test</title></head> + <body> + Hi! + </body> +</html>