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

Version Path
trufflepig-0.2.13 spec/dummy_app/index.html
trufflepig-0.2.13 spec/dummy_app/linked.html
trufflepig-0.2.12 spec/dummy_app/index.html
trufflepig-0.2.12 spec/dummy_app/linked.html
trufflepig-0.2.11 spec/dummy_app/index.html
trufflepig-0.2.11 spec/dummy_app/linked.html
trufflepig-0.2.10 spec/dummy_app/index.html
trufflepig-0.2.10 spec/dummy_app/linked.html
trufflepig-0.2.9 spec/dummy_app/linked.html
trufflepig-0.2.9 spec/dummy_app/index.html
trufflepig-0.2.8 spec/dummy_app/index.html
trufflepig-0.2.7 spec/dummy_app/index.html
trufflepig-0.2.6 spec/dummy_app/index.html
trufflepig-0.2.5 spec/dummy_app/index.html
trufflepig-0.2.4 spec/dummy_app/index.html