Sha256: 1297f845e715698c2e24bf4426cd7fa21fa6150200e29379a94d55aa2489a78f
Contents?: true
Size: 605 Bytes
Versions: 15
Compression:
Stored size: 605 Bytes
Contents
<!doctype html> <html lang="en" manifest="cache.manifest"> <head> <meta charset="utf-8"> <title>Heliogram</title> <meta name="description" content="A simple photo camera app using getUserMedia"> <meta name="author" content="Sebastian Kippe"> <link rel="stylesheet" href="css/style.css"> <script src="js/jquery.min.js"></script> <script src="js/app.js"></script> </head> <body> <canvas id="canvas"></canvas> <video id="video" autoplay></video> <div id="filmroll"></div> <!-- <button id="toggleVideo">toggle video</button> --> <button id="snapshot">snapshot</button> </body> </html>
Version data entries
15 entries across 10 versions & 1 rubygems