Advertisement
Guest User

Untitled

a guest
Apr 5th, 2020
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.73 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>JobBoard</title>
  5.     <link rel="stylesheet" href="https://bootswatch.com/4/flatly/bootstrap.min.css">
  6.     <link rel="stylesheet" href="css/styles.css">
  7. </head>
  8. <body>
  9.     <div class="container">
  10.       <div class="header clearfix">
  11.         <nav>
  12.           <ul class="nav nav-pills float-right">
  13.             <li class="nav-item"><a class="nav-link active" href="index.php">Home </a></li>
  14.             <li class="nav-item"><a class="nav-link" href="create.php">Create Listing</a></li>
  15.             <li class="nav-item"><a class="nav-link" href="sign_up.php">Sign Up</a></li>
  16.  
  17.  
  18.           </ul>
  19.         </nav>
  20.         <h3 class="text-muted"><?php echo SITE_TITLE; ?></h3>
  21.       </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement