website

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

commit aff15e7b1bfe27e363c0d2a161de5587f15d1059
parent 89732416fde2ef6a44caae7afaf0b321ed5f37ea
Author: benjamin paul <bpaul@bpaul.xyz>
Date:   Sat, 17 Jul 2021 20:36:26 +1000

houses

Diffstat:
Ahouses.html | 58++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Mindex.html | 71++++++++++++++++++++++++++++++++---------------------------------------
2 files changed, 90 insertions(+), 39 deletions(-)

diff --git a/houses.html b/houses.html @@ -0,0 +1,58 @@ +<html> +<head> + <meta charset="UTF-8"> +<style> +a { + color: inherit; + text-decoration: inherit; +} + +body { + font-family: monospace; + color: white; + background-color: black; +} + +pre { + font-family: monospace; +} +</style> +</head> +<body> + <pre> + /\ /\ /\ /\ /\ /\ /\ /\ /\ /\ + / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ + /____\ /____\ /____\ /____\ /____\ /____\ /____\ /____\ /____\ /____\ + / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ + /______\ /______\ /______\ /______\ /______\ /______\ /______\ /______\ /______\ /______\ + / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ + /________\ /________\ /________\ /________\ /________\ /________\ /________\ /________\ /________\ /________\ + / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ + ,_____________, /__________\ /__________\ /__________\ /__________\ /__________\ /__________\ /__________\ /__________\ /__________\ /__________\ + | | \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / + | town < | | | | | | | | | | | | | | | | | | | | | + |_____________| } { } { } { } { } { } { } { } { } { } { + | )' '( )' '( )' '( )' '( )' '( )' '( )' '( )' '( )' '( )' '( +_______________________________________________________________________________________________________________________________________________________________ +_______________________________________________________________________________________________________________________________________________________________ + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +_________________________________________________________________________________, ,_____________________________________________________________________ +_________________________________________________________________________________| | |_____________________________________________________________________ + | | + ,________________________________, | | | + | | | | + | If you want a house contact me | | | | + | | | | + | | | | | + |________________________________| | | + | | | | +_________________________________________________________________________________| |_____________________________________________________________________ +_________________________________________________________________________________, | ,_____________________________________________________________________ + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +_______________________________________________________________________________________________________________________________________________________________ +_______________________________________________________________________________________________________________________________________________________________ + </pre> +</body> +</html> diff --git a/index.html b/index.html @@ -22,45 +22,38 @@ pre { This page will look wrong if you aren't using a monospace font.<br> The old home page is <a href="/old.html">>>>here<<<</a> <pre> - ________________________, - / /| - / / | - / / | - / / | - / / | - / / | -/_______________________/ | -| | | -| | | -| ____ ___ _____ | | -| / ___|_ _|_ _| | | -| | | _ | | | | | | -| | |_| || | | | | | -| \____|___| |_| | | -| | | -| ____ _ _ | | -| |/ \\ /|_|_) | | -| |\_/ \/\/ |_| \ | | -| | | -| | | -| | | -| | | -| | | -| | | -| | | -| | / ,__________, -| | / | | -| | / | Lemonade | ,_____________, -| <a href="http://git.bpaul.xyz">,_______,</a> | / |__________| <a href="/blog/">| |</a> -| <a href="http://git.bpaul.xyz">| | |</a> | / | o | <a href="/blog/">| town > |</a> -| <a href="http://git.bpaul.xyz">| | |</a> |/ |__v__|____| <a href="/blog/">|_____________|</a> -|_______<a href="http://git.bpaul.xyz">|___|___|</a>_______r |__________| <a href="/blog/"> | </a> -_________________________________________________________<a href="/blog/">__________________</a> -_________________________________________________________<a href="/blog/">__________________</a> - <a href="/blog/"> </a> - - - - - - - - - - - - - - - - - - - - <a href="/blog/"> - - - - - - </a> -_________________________________________________________<a href="/blog/">__________________</a> -_________________________________________________________<a href="/blog/">__________________</a> +,_______________________, +| | +| | +| ____ ___ _____ | +| / ___|_ _|_ _| | +| | | _ | | | | | +| | |_| || | | | | +| \____|___| |_| | +| | +| ____ _ _ | +| |/ \\ /|_|_) | +| |\_/ \/\/ |_| \ | +| | +| | +| | +| | +| | +| | +| | +| | ,__________, +| | | | +| | | Lemonade | ,_____________, +| <a href="http://git.bpaul.xyz">,_______,</a> | |__________| <a href="/houses.html">| |</a> +| <a href="http://git.bpaul.xyz">| | |</a> | | o | <a href="/houses.html">| houses > |</a> +| <a href="http://git.bpaul.xyz">| | |</a> | |__v__|____| <a href="/houses.html">|_____________|</a> +|_______<a href="http://git.bpaul.xyz">|___|___|</a>_______| |__________| <a href="/houses.html"> _| </a> +_________________________________________________________<a href="/houses.html">__________________</a> +_________________________________________________________<a href="/houses.html">__________________</a> + <a href="/houses.html"> </a> + - - - - - - - - - - - - - - - - - - - <a href="/houses.html"> - - - - - - </a> +_________________________________________________________<a href="/houses.html">__________________</a> +_________________________________________________________<a href="/houses.html">__________________</a> </pre> </body> </html>