commit 8a640f78fb8778cefda2caa1549c6608db84e1a1 parent 2d6ea17f61e4187768f6b386969f28dd61835604 Author: bpaul <bpaul@bpaul.xyz> Date: Mon, 30 Nov 2020 01:41:10 +1000 archive Diffstat:
9 files changed, 4 insertions(+), 17 deletions(-)
diff --git a/big-chungus/index.html b/archive/big-chungus/index.html diff --git a/index.css b/archive/index.css diff --git a/index.html b/archive/index.html diff --git a/lettuce/index.html b/archive/lettuce/index.html diff --git a/projects/chess/index.html b/archive/projects/chess/index.html diff --git a/projects/cubing/index.html b/archive/projects/cubing/index.html diff --git a/projects/index.html b/archive/projects/index.html diff --git a/projects/projects.css b/archive/projects/projects.css diff --git a/index.html b/index.html @@ -1,23 +1,10 @@ <html> <head> - <title>What should i put on this website</title> - <link rel="stylesheet" type="text/css" href="/index.css"> + <title> + bpaul website + </title> </head> <body> - <nav class="navbar"> - <ul> - <li><a href="/">Home</a></li> - <li class="nav_projects"> - <a href="/projects/">Projects</a> - <div class="nav_projects_dropdown"> - <a href="/projects/cubing">Cubing</a> - <a href="/projects/chess">Chess</a> - </div> - </li> - </ul> - </nav> - <br><br> - <h1>hi</h1> - <p>My name is Benjamin Paul</p> + hi im bpaul </body> </html>