From 8cacc926f18843faace773897960e1bdaeb3a928 Mon Sep 17 00:00:00 2001 From: Bal Sharma Date: Tue, 22 Oct 2019 18:52:23 -0400 Subject: [PATCH] Basic digital watch looking great just in 15 lines of code --- .vscode/settings.json | 3 ++ digital-watch.html | 72 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 .vscode/settings.json create mode 100644 digital-watch.html diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..aef8443 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/digital-watch.html b/digital-watch.html new file mode 100644 index 0000000..7c562e9 --- /dev/null +++ b/digital-watch.html @@ -0,0 +1,72 @@ + + + + + + + + Digital Watch + + + + +

Hello Aspiring World Class Developers

+

Here you go! Enjoy Your Digital Watch

+
+ + + + \ No newline at end of file