mojo/src/main/resources/archetype-resources/src/main/resources/index.xhtml
branchmodel
changeset 533 715a6c77b19e
parent 528 08cd5a0c967e
child 534 3cefccd50bd5
     1.1 --- a/mojo/src/main/resources/archetype-resources/src/main/resources/index.xhtml	Tue Jan 22 09:19:47 2013 +0100
     1.2 +++ b/mojo/src/main/resources/archetype-resources/src/main/resources/index.xhtml	Tue Jan 22 22:11:52 2013 +0100
     1.3 @@ -8,6 +8,10 @@
     1.4          <h1 data-bind="text: helloMessage">Loading Bck2Brwsr's Hello World...</h1>
     1.5          Your name: <input data-bind="value: name, valueUpdate: 'afterkeydown'"></input>
     1.6          <button id="hello">Say Hello!</button>
     1.7 +        <p>
     1.8 +            <canvas id="canvas" width="300" height="50">
     1.9 +            </canvas>
    1.10 +        </p>
    1.11  
    1.12          <script src="/bck2brwsr.js"></script>
    1.13          <script src="/vm.js"></script>