pastebin - collaborative debugging tool
droideye.kpaste.net RSS


Untitled
Posted by Anonymous on Fri 25th Dec 2015 15:53
raw | new post

  1.  
  2. <!DOCTYPE html>
  3. <html lang="zh-cn">
  4.     <title>Wifi Camera - Make your android phone to a security camera.</title>
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  7.     <!-- 最新 Bootstrap 核心 CSS 文件 boostrap 3.0.3-->
  8.     <link rel="stylesheet" href="css/lib/bootstrap.min.css">
  9.     <link rel="stylesheet" href="css/lib/bootstrap-theme.min.css">
  10.     <link rel="stylesheet" href="css/lib/jquery.nouislider.css">
  11.     <!-- 本地CSS文件 -->
  12.     <link rel="stylesheet" href="css/mystyle.css">
  13. </head>
  14.  
  15. <div class="container" id="mainform">
  16.  
  17.     <a href="https://github.com/teaonly/android-eye">
  18.       <img style="position: absolute; top: 0; left: 0; border: 0;" src="img/github.png" alt="Fork me on GitHub">
  19.     </a>
  20.     <div class="page-header">
  21.           <h1 class="logo">Wifi Camera:</h1>
  22.           <div class="toolbar install">
  23.             <a role="button" class="btn btn-danger" id="btnInstall" target="_blank"
  24.               href="https://play.google.com/store/apps/details?id=teaonly.droideye">
  25.                 <span class="glyphicon glyphicon-cloud-download"></span>&nbsp;Google Play
  26.             </a>
  27.           </div>
  28.     </div>
  29.  
  30.     <div class="video-controls toolbar">
  31.  
  32.         <button class="btn btn-default" id="btnPlay" >Play</button>
  33.  
  34.         <div class="span-info pull-right">
  35.             <span  id="spanInfo"></span>
  36.         </div>
  37.  
  38.     </div>
  39.  
  40.     <div class="video-container">
  41.         <canvas width="640px" height="400px" class="video-player" id="videoPlayer">
  42.  
  43.         </canvas>
  44.         </div><!-- end container for captions and video -->
  45.  
  46.     <br>
  47.     <p class="pull-right">&copy; 2014 Zhou Chang</p>
  48. </div>
  49.  
  50.  
  51. <!-- 等待对话框-->
  52. <div id="modalWaittng" class="modal fade" data-backdrop="static" data-keyboard="false" tabindex="-1" role="dialog" aria-hidden="true">
  53.     <div class="modal-dialog">
  54.         <div class="modal-content">
  55.             <div class="modal-body">
  56.                 <h4 class="modal-title" id="headMessage">Info here...</h4>
  57.             </div>
  58.         </div>
  59.     </div>
  60. </div>
  61.  
  62. <!-- emscripten and interface -->
  63. <script src="js/emscripten/module.js"></script>
  64. <script src="js/avc/util.js"></script>
  65. <script src="js/avc/avc.js"></script>
  66. <script src="js/avc/yuv2rgb.js"></script>
  67. <script src="js/adpcm.js"></script>
  68. <!-- jQuery文件。务必在bootstrap.min.js 之前引入 Jquery 1.10.2, bootstrap 3.0.3-->
  69. <script src="js/lib/jquery.min.js"></script>
  70. <script src="js/lib/bootstrap.min.js"></script>
  71. <script src="js/lib/base64.js"></script>
  72. <script src="js/media.js"></script>
  73. <script src="js/player.js"></script>
  74. <script src="js/main.js"></script>
  75. </body>
  76. </html>

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at