Added greetings comments
This commit is contained in:
parent
7eb4863d6c
commit
c65f1b8b4a
@ -1,7 +1,8 @@
|
|||||||
var today = new Date();
|
var today = new Date();
|
||||||
var Hr = today.getHours();
|
var Hr = today.getHours();
|
||||||
// You can change your name here
|
|
||||||
var name = 'Mike';
|
// Here you can change the greetings and your name
|
||||||
|
var name = '[Name]';
|
||||||
var lateTxt = 'Go to Sleep! ';
|
var lateTxt = 'Go to Sleep! ';
|
||||||
var morningTxt = 'Good morning! ';
|
var morningTxt = 'Good morning! ';
|
||||||
var afterTxt = 'Good afternoon ';
|
var afterTxt = 'Good afternoon ';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user