From 6ba4d24e86f07dd5cda7883df168c0ebe54340b0 Mon Sep 17 00:00:00 2001 From: Ryan Sobol Date: Fri, 11 Nov 2016 05:51:41 -0800 Subject: [PATCH] Rename --- styles.css => index.css | 0 index.html | 4 ++-- script.js => index.js | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename styles.css => index.css (100%) rename script.js => index.js (100%) diff --git a/styles.css b/index.css similarity index 100% rename from styles.css rename to index.css diff --git a/index.html b/index.html index 1032e2b..e5f8fea 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,8 @@ Stoplight Exercise - - + +
diff --git a/script.js b/index.js similarity index 100% rename from script.js rename to index.js