Server IP : 172.16.15.8 / Your IP : 18.188.227.64 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/jlsnowden/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> body,html {font-family: Arial, Helvetica, sans-serif; height:100%; margin:0; } * {box-sizing: border-box;} .bg-img { /* The image used */ background-image: url("waterside.jpg"); height: 100%; /* Center and scale the image nicely */ background-position: center; background-repeat: no-repeat; background-size: cover; /* Needed to position the navbar */ position: relative; } /* Position the navbar container inside the image */ .container { position: absolute; margin: 20px; width: auto; } /* The navbar */ .topnav { overflow: hidden; background-color: #333; } /* Navbar links */ .topnav a { float: left; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } .topnav a:hover { background-color: #ddd; color: black; } </style> </head> <body> <div class="bg-img"> <center> <font size="10"> The Hampton Roads Travel Guide <p> </font> </center> <div class="container"> <div class="topnav"> <a href="about.php">About</a> <a href="sight.php">Sightseeing</a> <a href="news.php"> Sign up for newsletter </a> <a href="newslettertableform.php">Staff Login</a> </div> </div> </div> </body> </html>