You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
939 B
HTML
33 lines
939 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<meta http-equiv="Pragma" content="no-cache"/>
|
|
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate"/>
|
|
<meta http-equiv="Expires" content="0"/>
|
|
<link rel="stylesheet" href="demo.css">
|
|
<script src="./jquery-1.7.1.min.js"></script>
|
|
</head>
|
|
<body style="
|
|
width: 100%;
|
|
height: 100%;
|
|
">
|
|
<div class="left">
|
|
<div id="divPlugin" class="plugin"></div>
|
|
</div>
|
|
</body>
|
|
<script src="./AES.js"></script>
|
|
<script src="./cryptico.min.js"></script>
|
|
<!-- <script src="../codebase/encryption/encryption.js"></script> -->
|
|
<script src="./crypto-3.1.2.min.js"></script>
|
|
<script id="videonode" src="./webVideoCtrl.js"></script>
|
|
<!--<script src="test.js"></script>-->
|
|
<!--<script src="demo.js"></script>-->
|
|
<script>
|
|
// $(() => {
|
|
// setTimeout(clickLogin,1000)
|
|
// })
|
|
</script>
|
|
</html>
|