#Fullscreen Clock
Its a clock. Amazing. I know.
##Usage
Open the index.html
file with a browser. Done.
You can find a hosted version here.
#####But wait! There is more!
######Parameters:
bg
: background colorfg
: text color
######Examples:
index.html?bg=red&fg=blue
- red background and blue text (even if I'd not recommend to use this color combination)index.html?bg=%231A9096&fg=%234D4D4D
- you can use hex colors tooindex.html?bg=rgb(255,25,0)&fg=rgb(77,77,77)
- or rgbindex.html?bg=r&fg=r
- fancy rainbow background/text