From 4ff40bc838cc4c009f569300a5ba8e6a68924223 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Wed, 6 Oct 2021 19:38:34 +0200 Subject: [PATCH] feat: add default css file (#533) --- index.html | 1 + styles.css | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 styles.css diff --git a/index.html b/index.html index 3da5cce..fb055ee 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ + Hello World! diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..2b23da6 --- /dev/null +++ b/styles.css @@ -0,0 +1,3 @@ +/* styles.css */ + +/* Add styles here to customize the appearance of your app */ \ No newline at end of file