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