diff options
author | mogad0n | 2021-01-31 07:27:15 +0530 |
---|---|---|
committer | mogad0n | 2021-01-31 07:27:15 +0530 |
commit | cd3ccabd81bf80bafe6b1175baa116174eac54f1 (patch) | |
tree | ee81df98d6bef71b2ccd5aa02d62cc442826da60 /matrix.html | |
download | website-cd3ccabd81bf80bafe6b1175baa116174eac54f1.tar.gz website-cd3ccabd81bf80bafe6b1175baa116174eac54f1.tar.bz2 website-cd3ccabd81bf80bafe6b1175baa116174eac54f1.zip |
Initial commit
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> |