Remove stale method
This commit is contained in:
parent
aeb387a92d
commit
9ac854268c
11
index.html
11
index.html
@ -120,17 +120,6 @@ __ __ _ __ ____ __
|
|||||||
const underline= "\x1b[94;4m";
|
const underline= "\x1b[94;4m";
|
||||||
const normal= "\x1b[0m";
|
const normal= "\x1b[0m";
|
||||||
var printOnTerm = {
|
var printOnTerm = {
|
||||||
getAsciiTitle: function ()
|
|
||||||
{
|
|
||||||
var title = [
|
|
||||||
color + " __ __ _ __ ____ __ " + normal,
|
|
||||||
color + " \\ \\ / /__| |_\\ \\ / / \\/ | " + normal,
|
|
||||||
color + " \\ \\/\\/ / -_) '_ \\ V /| |\\/| | " + normal,
|
|
||||||
color + " \\_/\\_/\\___|_.__/\\_/ |_| |_| " + normal,
|
|
||||||
|
|
||||||
];
|
|
||||||
return title;
|
|
||||||
},
|
|
||||||
getAsciiText: function ()
|
getAsciiText: function ()
|
||||||
{
|
{
|
||||||
var text = [
|
var text = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user