commit 13f0e15c837cb1d5d80714520d4bebcc15f76ea6 parent 995076ba87cc20b54d279a91d5ece92d6d0628cf Author: Peter <peter@minskio.co.uk> Date: Thu, 22 Sep 2022 15:34:36 +0100 Append comma to salutation Diffstat:
M | index.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html @@ -27,7 +27,7 @@ </head> <body> <div id="introduction"> - <p><script>var time=new Date;time.getHours()<12?document.write("Good Morning"):time.getHours()>=12&&time.getHours()<=17?document.write("Good Afternoon"):time.getHours()>17&&time.getHours()<=24?document.write("Good Evening"):document.write("Good Night");</script></p> + <p>Good <script>var time=new Date;time.getHours()<12?document.write("Morning"):time.getHours()>=12&&time.getHours()<=17?document.write("Afternoon"):time.getHours()>17&&time.getHours()<=24?document.write("Evening"):document.write("Night");</script>,</p> </div> <div id="screen"> <div id="input">