Using Frames

Cockpit can be embedded into a larger web page as a frame. You can control some aspects of Cockpit via the URL. Here's an example:

<html>
  <head>
    <title>Embedded Cockpit</title>
  </head>
  <body>
    This is Cockpit.
    <br/>
    <iframe width="800px" height="600px"
            src="https://sunflower:9090/#server"/>
  </body>
</html>