1
0
Fork 0
forked from 0x2620/oxjs

add steganograpy example

This commit is contained in:
rolux 2012-04-13 23:22:56 +02:00
commit 036d51e7b5
5 changed files with 127 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Steganograpy</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="shortcut icon" type="image/png" href="../../source/Ox.UI/png/icon16.png"/>
<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>
</head>
<body>
</body>
</html>