/src/simple/index.html
http://github.com/hhughes/ocaml-frui · HTML · 26 lines · 26 code · 0 blank · 0 comment · 0 complexity · fd64fd58270c68b4eed99ef194cdc999 MD5 · raw file
- <html>
- <head>
- <style type="text/css">
- div#main {
- position: absolute;
- left: 5px;
- top: 36px;
- right: 5px;
- bottom: 5px;
- border: solid black 1px;
- }
- div.datum {
- position: absolute;
- width: 5px;
- height: 5px;
- border: solid black 1px;
- }
- </style>
- </head>
- <body>
- <button id="load" type="button">Load</button>
- <div id="main"></div>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
- <script src="./simple.js"></script>
- </body>
- </html>