From ea9b594b4c5963300be0e5d38577e5345ade2d53 Mon Sep 17 00:00:00 2001 From: Logic Kenzie Date: Tue, 26 Sep 2023 09:55:04 -0500 Subject: [PATCH] Upload Clock --- README.md | 6 +-- index.astro | 126 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 129 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3527d5..e357248 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# App Template -[Description] -`Hosted at https://logically.cc/[stub]` +# Clock +A simple clock application +`Hosted at https://logically.cc/clock` **Note that this source is uncoupled from the components required to run it standalone** diff --git a/index.astro b/index.astro index fef70fb..7b95a31 100644 --- a/index.astro +++ b/index.astro @@ -3,5 +3,131 @@ import Layout from "layouts/primary.astro" --- + +

Your Time

+

Your Timezone

+

0:000

+ +
+ + + + + + + + + + + + +
+ +

+ +
+