From 9e6369d136f1f46704352879846eb2284be80183 Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Sat, 6 May 2023 20:05:15 -0500 Subject: [PATCH] test commit --- css/main.css | 3 +++ index.php | 20 ++++++++++++++++++++ test.php | 12 ------------ 3 files changed, 23 insertions(+), 12 deletions(-) create mode 100644 css/main.css create mode 100644 index.php delete mode 100644 test.php diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..6457be7 --- /dev/null +++ b/css/main.css @@ -0,0 +1,3 @@ +nav { + background-color: #87CBB9; +} \ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 0000000..07a33df --- /dev/null +++ b/index.php @@ -0,0 +1,20 @@ + + + + + + This is a test + + + + + + \ No newline at end of file diff --git a/test.php b/test.php deleted file mode 100644 index a29d1fc..0000000 --- a/test.php +++ /dev/null @@ -1,12 +0,0 @@ - - - - - This is a test - - - \ No newline at end of file