Update test.html

This commit is contained in:
dukesrg 2015-04-28 13:29:06 +03:00
parent a505d948ee
commit b3ee78c3cd

View File

@ -1,6 +1,6 @@
<html><head><script>
a=atob('////').match(/./g);
while(c=a.shift()){
alert(ord(c));
alert(chr(c));
}
</script><head></html>