website

The source code for https://bpaul.xyz
Log | Files | Refs

index.html (749B)


      1 <html>
      2     <head>
      3         <title>What should i put on this website</title>
      4         <link rel="stylesheet" type="text/css" href="/archive/index.css">
      5     </head>
      6     <body>
      7         <nav class="navbar">
      8             <ul>
      9                 <li><a href="/archive/">Home</a></li>
     10                 <li class="nav_projects">
     11                     <a href="/archive/projects/">Projects</a>
     12                     <div class="nav_projects_dropdown">
     13                         <a href="/archive/projects/cubing">Cubing</a>
     14                         <a href="/archive/projects/chess">Chess</a>
     15                     </div>
     16                 </li>
     17             </ul>
     18         </nav>
     19         <br><br>
     20         <h1>hi</h1>
     21         <p>My name is Benjamin Paul</p>
     22     </body>
     23 </html>