static_simple.html

来自「webcam,通过linux实现的摄像头」· HTML 代码 · 共 14 行

HTML
14
字号
<html>  <head>    <title>A Simple demo of the Spyware</title>  </head>  <body>    <center>      <img src="/?action=snapshot" alt="This is a static snapshot" />      <br />      This is a static snapshot<br />      <a href="stream.html">go to stream.html</a>    </center>  </body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?