commit a16832cb71eefa20c1e7cb4c2f6f39fc0b121994 parent b75f327e6265552033b09ef74f8b9c3fac15ff4b Author: Andrew <andreww107@gmail.com> Date: Thu, 20 Dec 2018 11:21:40 -0500 Update createsurvey.php Diffstat:
M | website/createsurvey.php | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/website/createsurvey.php b/website/createsurvey.php @@ -14,10 +14,11 @@ if(!isset($_SESSION['uid'])){ ?> <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"> +<form class="create-survey-form" action="res/new-survey.php" method="POST"> +<h2> Create A New Survey </h2> <p> Title & Description </p> <input type="text" name="title" placeholder="My Amazing Survey"> <br> <input type="text" name="description" placeholder="This is a great survey"> <br>