forked from svrjs/svrjs
13 lines
No EOL
320 B
HTML
13 lines
No EOL
320 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>hexstrbase64 hex test</title>
|
|
<script src="../hexstrbase64/base64_browser.js"></script>
|
|
<script src="../hexstrbase64/main_browser.js"></script>
|
|
<script src="hex.js"></script>
|
|
<script>
|
|
testStart();
|
|
</script>
|
|
</head>
|
|
</html> |