index.html 596 Bytes
<!DOCTYPE html>
<html>
  <head>

    <title>실시간 스트리밍</title>
    <meta charset="utf-8"/>
    <style>
      body {
        margin:30px;
        font:1em "맑은 고딕",Cambria,Georgia,sans_serif;
      }
      img.static{
        position: static;
      }
      </style>
  </head>

  <body>
      <img src = "icon.png" class="static" height = "100px" width = "100px">


      <div>
        <iframe src="ifames.html" width="1000" height="500" scrolling="no" frameborder="0">
          <p>Your browser does not support iframes.</p>
        </iframe>
      </div>

    </body>
</html>