Update index.html
parent
842878a3e2
commit
0c608fda02
|
@ -39,10 +39,10 @@ result = "\\n".join(parts)
|
||||||
figure = '''| ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄|
|
figure = '''| ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄|
|
||||||
{}
|
{}
|
||||||
|___________|
|
|___________|
|
||||||
\\ (•◡•) /
|
\\ (•◡•) /
|
||||||
\\ /
|
\\ /
|
||||||
---
|
---
|
||||||
| |'''.format(result)
|
| |'''.format(result)
|
||||||
print(figure)`;
|
print(figure)`;
|
||||||
var mypre = document.getElementById("output");
|
var mypre = document.getElementById("output");
|
||||||
mypre.innerHTML = '';
|
mypre.innerHTML = '';
|
||||||
|
|
Loading…
Reference in New Issue