view light9/effecteval/effect.html @ 1173:423941a4b489

show 2014 checkpoint Ignore-this: 3dc1b1fb5a0ccb189eac5af97fc90c11
author drewp@bigasterisk.com
date Sun, 15 Jun 2014 06:18:06 +0000
parents 512381de45bd
children 95dfce5c12ce
line wrap: on
line source

<!doctype html>
<html>
  <head>
    <title>effect</title>
    <meta charset="utf-8" />
    <link rel="stylesheet" href="static/style.css">

  </head>
  <body>
    <a href="./">Effects</a> / <a class="effect" data-bind="attr: {href: toSave.uri}, text: toSave.uri"></a>

    <div data-bind="foreach: toSave.codeLines">
      <div>
        code:
        <input type="text" size="160" data-bind="value: text"></input>
      </div>
    </div>
    
    <script src="static/jquery-2.1.1.min.js"></script>
    <script src="static/knockout-3.1.0.js"></script>
    <script src="static/websocket.js"></script>
    <script src="static/QueryString.js"></script>
    <script src="effect.js"></script>
  </body>
</html>