survey_seahorse

Software Engineering Project - Fall 2018
Log | Files | Refs | README

commit 744d4d69b8b8170ab62f47092780f946620a6244
parent 28dae29d979f14af32fbe983d624fe6239ca6608
Author: John Kubach <johnkubach@gmail.com>
Date:   Mon, 17 Dec 2018 22:09:27 -0500

remove css

remove css until it is fully implemented

Diffstat:
Mwebsite/createsurvey.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/createsurvey.php b/website/createsurvey.php @@ -1,6 +1,6 @@ <?php include 'res/navbar.php';?> <html> -<link rel="stylesheet" href="res/style.css"> +<!-- <link rel="stylesheet" href="res/style.css"> --> <h2> Create A New Survey </h2> <form class="create-survey-form" action="res/new-survey.php" method="POST">