/Tests/Manual/SimpleBindings2/index.html

http://github.com/cacaodev/cappuccino · HTML · 36 lines · 20 code · 8 blank · 8 comment · 0 complexity · b100f6619ae125ad6bd4efdd13dd82a8 MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html
  3. PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  5. <html xmlns = "http://www.w3.org/1999/xhtml" xml:lang = "en" lang = "en">
  6. <!--
  7. //
  8. // index.html
  9. //
  10. // Created by __Me__ on __Date__.
  11. // Copyright 2008 __MyCompanyName__. All rights reserved.
  12. //
  13. -->
  14. <head>
  15. <title>Hello World</title>
  16. <script type = "text/javascript">
  17. OBJJ_MAIN_FILE = "main.j";
  18. </script>
  19. <script src = "Frameworks/Objective-J/Objective-J.js" type = "text/javascript"></script>
  20. </head>
  21. <body>
  22. <div style="position: absolute; left: 50%; top: 50%;">
  23. <center>
  24. <img src = "Frameworks/AppKit/Resources/CPProgressIndicator/CPProgressIndicatorSpinningStyleRegular.gif" style="left: -32px; position: relative; top: -32px;" />
  25. </center>
  26. </div>
  27. </body>
  28. </html>