/Tests/Manual/SimpleBindings2/index-debug.html

http://github.com/cacaodev/cappuccino · HTML · 35 lines · 21 code · 6 blank · 8 comment · 0 complexity · d1348f64c049f30ed6e8d4298502961b 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-debug.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. OBJJ_INCLUDE_PATHS = ["Frameworks/Debug", "Frameworks", "SomethingElse"];
  19. </script>
  20. <script src = "Frameworks/Debug/Objective-J/Objective-J.js" type = "text/javascript"></script>
  21. </head>
  22. <body>
  23. <div style="position: absolute; left: 50%; top: 50%;">
  24. <center>
  25. <img src = "Frameworks/AppKit/Resources/CPProgressIndicator/CPProgressIndicatorSpinningStyleRegular.gif" style="left: -32px; position: relative; top: -32px;" />
  26. </center>
  27. </div>
  28. </body>
  29. </html>