mojo/src/main/resources/archetype-resources/src/main/resources/index.xhtml
changeset 421 0236ad6ab4d2
parent 375 5751fe604e6b
child 528 08cd5a0c967e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mojo/src/main/resources/archetype-resources/src/main/resources/index.xhtml	Wed Jan 09 20:55:26 2013 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!DOCTYPE html>
     1.6 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.7 +    <head>
     1.8 +        <title>Bck2Brwsr's Hello World</title>
     1.9 +    </head>
    1.10 +    <body>
    1.11 +        <button id="hello">Hello World!</button>
    1.12 +
    1.13 +        <script src="/bck2brwsr.js"></script>
    1.14 +        <script src="/vm.js"></script>
    1.15 +        <script type="text/javascript">
    1.16 +            vm.loadClass('${package}.Index');
    1.17 +        </script>
    1.18 +    </body>
    1.19 +</html>