First (real) commit... I hope.

This commit is contained in:
Xkeeper
2011-11-09 22:35:59 -08:00
parent 21a0695224
commit aee0a574c0
254 changed files with 12422 additions and 1 deletions

5
js/hex.js Normal file
View File

@@ -0,0 +1,5 @@
<script>
function hexidecimalchart() {
newwin=window.open('hex.php','hexidecimalchart','toolbar=no,scrollbars=no,status=no,width=350,height=195');
}
</script>