diff options
Diffstat (limited to 'matrix.html')
| -rw-r--r-- | matrix.html | 25 | 
1 files changed, 25 insertions, 0 deletions
| diff --git a/matrix.html b/matrix.html new file mode 100644 index 0000000..7e6d822 --- /dev/null +++ b/matrix.html @@ -0,0 +1,25 @@ +<!DOCTYPE html> +<html> + +<head> +<meta charset="UTF-8"> +  <link rel="stylesheet" href="styles.css"> +<title>LibertaCasa</title> +</head> + +<body> +<pre> +┬   ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐ +│    │  │─│ │─  │┬┘  │  │─┤ +┘─┘ └┴┘ │─┘ ┴─┘ │└┘  ┘  ┘ │ + +┌─┐ ┬─┐ ┐─┐ ┬─┐ +│   │─┤ └─┐ │─┤ +└─┘ ┘ │ ──┘ ┘ │ + + +coming as soon as cranberry fixes it. + +</pre> +</body> +</html> | 
