website

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

commit 11f3a7d3a6abd279bcfc0a42e3d6aaa26d4026ec
parent f3f864fb096828f17cea8e804406e2dfde9655c6
Author: GuyClicking <bpaul848@gmail.com>
Date:   Mon, 30 Nov 2020 01:41:10 +1000

archive

Diffstat:
Rbig-chungus/index.html -> archive/big-chungus/index.html | 0
Rindex.css -> archive/index.css | 0
Cindex.html -> archive/index.html | 0
Rlettuce/index.html -> archive/lettuce/index.html | 0
Rprojects/chess/index.html -> archive/projects/chess/index.html | 0
Rprojects/cubing/index.html -> archive/projects/cubing/index.html | 0
Rprojects/index.html -> archive/projects/index.html | 0
Rprojects/projects.css -> archive/projects/projects.css | 0
Mindex.html | 21++++-----------------
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>