2012-04-13 21:22:56 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Steganograpy</title>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
2012-04-15 19:13:18 +00:00
|
|
|
<link rel="shortcut icon" type="image/png" href="../../source/Ox.UI/themes/classic/png/icon16.png"/>
|
2012-04-13 21:22:56 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/example.css"/>
|
|
|
|
<script type="text/javascript" src="../../dev/Ox.js"></script>
|
|
|
|
<script type="text/javascript" src="js/example.js"></script>
|
2012-04-15 19:13:18 +00:00
|
|
|
<script>window.addEventListener('message', function(e) { eval(e.data); });</script>
|
2012-04-13 21:22:56 +00:00
|
|
|
</head>
|
2012-04-16 08:55:58 +00:00
|
|
|
<body></body>
|
2012-04-13 21:22:56 +00:00
|
|
|
</html>
|