website

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

commit f60d497c6b2366c46bf7f5550d1fe6ed3d090897
parent 438010c082da8db7be00e92aeac44cfcf19cd93b
Author: benjamin paul <bpaul@bpaul.xyz>
Date:   Sun, 18 Jul 2021 16:52:08 +1000

some weird trees

Diffstat:
Aart/trees/branch | 12++++++++++++
Aart/trees/circle-tree | 8++++++++
Aart/trees/tree | 12++++++++++++
Mhouses.html | 5+++++
Mindex.html | 1+
5 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/art/trees/branch b/art/trees/branch @@ -0,0 +1,12 @@ + \ / + \ / + \ / + #####\ /##### + ######X###### + ######|###### + ####|#### + #####|##### + ##### | ##### + #### | #### + ## | ## + | diff --git a/art/trees/circle-tree b/art/trees/circle-tree @@ -0,0 +1,8 @@ + ###### + ######## + ######## + ###### + | | + | | + | | + | | diff --git a/art/trees/tree b/art/trees/tree @@ -0,0 +1,12 @@ + /88888888888\ + /8888888888888\ + /888888888888888\ + /88888888888888888\ + \88888888888888888/ + \888888888888888/ + \8/ \88|88/ \8/ + | | | + | | | + | | | + | | | + | | | diff --git a/houses.html b/houses.html @@ -4,6 +4,7 @@ <style> a { color: inherit; + outline: 0; text-decoration: inherit; } @@ -48,6 +49,10 @@ pre { | | | | | | | + | | | + | | + | | | + | | | | | ,________________________________, | | | | | | | | If you want a house or plot of | diff --git a/index.html b/index.html @@ -4,6 +4,7 @@ <style> a { color: inherit; + outline: 0; text-decoration: inherit; }