website

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

commit 2ddeb813db2a575a52a721e0d520d41c32f6c494
parent be0631f21eaad116fd066c98e6bf86db687c57ae
Author: benjamin paul <bpaul@bpaul.xyz>
Date:   Thu,  5 Aug 2021 21:46:23 +1000

soon automatic!

Diffstat:
Mhouses.html | 22+++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/houses.html b/houses.html @@ -1,21 +1,21 @@ <html> <head> - <meta charset="UTF-8"> +<meta charset="UTF-8"> <style> -a { - color: inherit; - outline: 0; - text-decoration: inherit; +a{ +color:inherit; +outline:0; +text-decoration:inherit; } -body { - font-family: monospace; - color: white; - background-color: black; +body{ +font-family:monospace; +color:white; +background-color:black; } -pre { - font-family: monospace; +pre{ +font-family:monospace; } </style> </head>