website

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

commit 2c2c18ee734ee3dd1219bf52929d7b68a804eded
parent d93017ce60f84d4b8b9d8901c61043079e21485d
Author: bpaul <bpaul@bpaul.xyz>
Date:   Wed, 14 Apr 2021 22:23:39 +1000

gaming

Diffstat:
Agames/connect-4.html | 1+
Agames/index.html | 3+++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/games/connect-4.html b/games/connect-4.html @@ -0,0 +1 @@ +hi diff --git a/games/index.html b/games/index.html @@ -0,0 +1,3 @@ +Gaming! + +<a href="connect-4.html">Connect 4</a>