Skip to content

Instantly share code, notes, and snippets.

@NeelBhatt
Created April 19, 2019 10:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NeelBhatt/d1ce5486039962252f4404d5a2c24c97 to your computer and use it in GitHub Desktop.
Save NeelBhatt/d1ce5486039962252f4404d5a2c24c97 to your computer and use it in GitHub Desktop.
popup.html
<!doctype html>
<html>
<head>
<title>Pi MonitR Dashboard</title>
<script src="popup.js" type="text/javascript"></script>
</head>
<body>
<h1>Pi MonitR - Stream Dashboard</h1>
<div>
<input type="button" id="streamStartButton" value="Start Streaming" />
<input type="button" id="streamStopButton" value="Stop Streaming" disabled />
</div>
<ul id="logContent"></ul>
<img id="streamContent" width="700" height="400" src="" />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment