forked from svrjs/svrjs
16 lines
275 B
HTML
16 lines
275 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>hexstrbase64 test</title>
|
||
|
<style>
|
||
|
iframe {
|
||
|
width: 200px;
|
||
|
height: 200px;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<iframe src="base64.html"></iframe>
|
||
|
<iframe src="hex.html"></iframe>
|
||
|
</body>
|
||
|
</html>
|