From 5d76b70ccc7abc292b87fe77c222bc0072f41cd6 Mon Sep 17 00:00:00 2001 From: Emily Frost Date: Thu, 10 Jun 2021 15:10:56 -0500 Subject: [PATCH] Prepared git repo for updating the site via git. --- index.html => html/index.html | 0 lls-logo.png => html/lls-logo.png | Bin style.css => html/style.css | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename index.html => html/index.html (100%) rename lls-logo.png => html/lls-logo.png (100%) rename style.css => html/style.css (100%) diff --git a/index.html b/html/index.html similarity index 100% rename from index.html rename to html/index.html diff --git a/lls-logo.png b/html/lls-logo.png similarity index 100% rename from lls-logo.png rename to html/lls-logo.png diff --git a/style.css b/html/style.css similarity index 100% rename from style.css rename to html/style.css