Connecting a Neocities website to your Discord profile This works for a Neocities website without a custom domain. This should also work for a site with a custom domain, but I haven't tested it. In the end, you'll get something like this:
ANSI Escape Sequences Standard escape codes are prefixed with Escape: Ctrl-Key: ^[ Octal: \033 Unicode: \u001b Hexadecimal: \x1B Decimal: 27
ASCI art characters for creating diagrams Characters: Single line ASCII code 191 = ┐ ( Box drawing character single line upper right corner ) ASCII code 192 = └ ( Box drawing character single line lower left corner ) ASCII code 193 = ┴ ( Box drawing character single line horizontal and up ) ASCII code 194 = ┬ ( Box drawing character single line horizontal down )