site_header.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <html>
  2. <head>
  3. <title>Polycode</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="description" content="Polycode is a free, open-source, cross-platform framework for creative code. "/>
  6. <meta name="keywords" content="2d,3d,opengl,framework,game,engine,creative,code,sound" />
  7. <link href='http://fonts.googleapis.com/css?family=Roboto:400,300' rel='stylesheet' type='text/css'>
  8. <link href="/css/prettify.css" type="text/css" rel="stylesheet" />
  9. <link href="/css/lua_docs.css" type="text/css" rel="stylesheet" />
  10. <script type="text/javascript" src="/js/prettify.js"></script>
  11. <link rel="image_src" type="image/jpeg" href="http://www.polycode.org/img/icon-facebook.gif" />
  12. <link rel="stylesheet" type="text/css" media="screen" href="/css/main.css"/>
  13. <script type="text/javascript">
  14. var _gaq = _gaq || [];
  15. _gaq.push(['_setAccount', 'UA-309912-5']);
  16. _gaq.push(['_trackPageview']);
  17. (function() {
  18. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  19. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  20. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  21. })();
  22. </script>
  23. </head>
  24. <body onLoad="prettyPrint()">
  25. <div id="content_pane">
  26. <div id="nav">
  27. <div id="nav_logo"><a href="/"><img src="/img/toplogo.png"/></a></div>
  28. <div id="nav_menu">
  29. <span class="menu_item"><a href="/features">FEATURES</a></span>
  30. <span class="menu_item"><a href="/gallery">GALLERY</a></span>
  31. <span class="menu_item"><a href="/download">DOWNLOAD</a></span>
  32. <span class="menu_item"><a href="/learn">LEARN</a></span>
  33. <span class="menu_item"><a href="/community">COMMUNITY</a></span>
  34. </div>
  35. </div>
  36. <div id="page_content_main">
  37. <div id="lua_docs_content">