Server IP : 172.16.15.8 / Your IP : 18.189.170.227 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/ngtawes/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- Author: Noah Tawes Professor: Dr. Wang Goal: Top Shelf Detailing Home Page Date: 4/21/2024 --> <!DOCTYPE html> <html> <body style="background-color:#36454f;"> </body> <CENTER> <head> <h1 style="font-size:60px; color:#e60026"> Top Shelf Mobile Detailing </h1> <style> hr{height: 3px; background-color: orange; border: none;} a:link, a:visited {background-color: #f44336; color: white; padding: 15px 25px; text-align: center; text-decoration: none; display: inline-block;} a:hover, a:active {background-color: red;} </style> </head> <hr> <h2 style="font-size:30px; color:#fd5800"> Welcome to The Appointment Booking Site! </h2> <p style="font-size:20px; color:Orange"> Use these links to book a new appointment, check the current appointments ahead of you, and search through the current appointment list.</p> <div style="width: 250px; height: 340px; border: 3px solid orange;"> <P> <a HREF= finalEval.html> New Appointment </A> <P> <BR><a HREF= finalTable.php> Current Appointments </A> <P> <BR><a HREF= finalSearch.html> Search Appointments </A> <P> <BR><a HREF=index.html> Back </A> </div> </CENTER> </html>