diff --git a/Service Portal Widgets/Digital Clock/README.md b/Service Portal Widgets/Digital Clock/README.md new file mode 100644 index 0000000000..edd2228013 --- /dev/null +++ b/Service Portal Widgets/Digital Clock/README.md @@ -0,0 +1,15 @@ +# Digital Clock Widget for ServiceNow Portal +This widget displays a simple digital clock with a black background and white text. It shows the current time in hours, minutes, and seconds and updates every second. + +## Features +Displays the current time in HH:MM:SS format. +Black background with white text for easy readability. +Automatic time update every second. + +## Usage +Add this widget to any ServiceNow Portal page where you want to display the digital clock. +The clock automatically updates every second without requiring any additional configuration. + +## Customization +Background Color: You can change the background-color property in CSS to a different color if desired. +Font Color: Modify the color property to set a custom text color. \ No newline at end of file diff --git a/Service Portal Widgets/Digital Clock/index.html b/Service Portal Widgets/Digital Clock/index.html new file mode 100644 index 0000000000..afb9ce6c59 --- /dev/null +++ b/Service Portal Widgets/Digital Clock/index.html @@ -0,0 +1,3 @@ +