mirror of
https://github.com/e1ven/Robohash.git
synced 2025-06-23 21:35:02 +00:00
Properly escape backslashes on awesome robot ascii art.
This commit is contained in:
parent
3e6e9eeed5
commit
8b86d31cbf
18
webfront.py
18
webfront.py
@ -182,14 +182,14 @@ class MainHandler(tornado.web.RequestHandler):
|
|||||||
__\\___________/__
|
__\\___________/__
|
||||||
/ \\
|
/ \\
|
||||||
/ ___ ___ \\
|
/ ___ ___ \\
|
||||||
| / \ / \ |
|
| / \\ / \\ |
|
||||||
| | H || H | |
|
| | H || H | |
|
||||||
| \___/ \___/ |
|
| \\___/ \\___/ |
|
||||||
| |
|
| |
|
||||||
| \ / |
|
| \\ / |
|
||||||
| \___________/ |
|
| \\___________/ |
|
||||||
\ /
|
\\ /
|
||||||
\_________________/
|
\\_________________/
|
||||||
_________|__|_______
|
_________|__|_______
|
||||||
_| |_
|
_| |_
|
||||||
/ | | \\
|
/ | | \\
|
||||||
@ -198,12 +198,12 @@ class MainHandler(tornado.web.RequestHandler):
|
|||||||
| | O O O | |
|
| | O O O | |
|
||||||
| | | |
|
| | | |
|
||||||
/ | | \\
|
/ | | \\
|
||||||
| /| |\ |
|
| /| |\\ |
|
||||||
\| | | |/
|
\\| | | |/
|
||||||
|____________________|
|
|____________________|
|
||||||
| | | |
|
| | | |
|
||||||
|__| |__|
|
|__| |__|
|
||||||
/ __ \ / __ \\
|
/ __ \\ / __ \\
|
||||||
OO OO OO OO
|
OO OO OO OO
|
||||||
"""]
|
"""]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user