diff --git a/query.html b/query.html index 55a3637..02c279e 100644 --- a/query.html +++ b/query.html @@ -1,6 +1,17 @@ + + + + + + + + + + + Is it prime? @@ -86,7 +97,7 @@ return; } - document.location.href = window.location.protocol + "//" + "is." + contents + "." + window.location.hostname; + document.location.href = window.location.protocol + "//" + contents + "." + window.location.hostname; } diff --git a/query.png b/query.png new file mode 100644 index 0000000..73949f6 Binary files /dev/null and b/query.png differ