survey_seahorse

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

nope.php (251B)


      1 <link rel="stylesheet" href="style.css">
      2 <center>
      3 <?php
      4     echo "<h1> Abandon All Hope, Ye Who Enter Here </h1>";
      5     echo "<h3> You are not allowed to view this page</h3>";
      6     echo "<a href='../index.php'> Home </a> <br>";
      7     exit();
      8 ?>
      9 </center>