survey_seahorse

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

commit dbb945d9dc2b813347ce2d23948c9b3d10cf1928
parent 8d1029f21668feb95a70dbb3fb13f1f4e72832a8
Author: David Liotta <liottad6@students.rowan.edu>
Date:   Sun, 16 Dec 2018 17:26:57 -0500

Added navbar
Diffstat:
Mwebsite/createsurvey.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/website/createsurvey.php b/website/createsurvey.php @@ -1,3 +1,4 @@ +<? php include 'res/navbar.php';?> <html> <h2> Create A New Survey </h2> <form class="create-survey-form" action="res/new-survey.php" method="POST">