index.html 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>be productive</title>
  6. <script src="lib/jquery.min.js"></script>
  7. <script src="lib/parchment.min.js"></script>
  8. <link rel="stylesheet" href="lib/parchment.min.css">
  9. <meta name="viewport" content="width=device-width,user-scalable=no">
  10. <script>
  11. parchment_options = {
  12. default_story: [ "beproductive.z5" ],
  13. lib_path: 'lib/',
  14. lock_story: 1,
  15. page_title: 0
  16. };
  17. </script>
  18. </head>
  19. <body>
  20. <div id="about">
  21. <h1>Parchment</h1>
  22. <p>is an interpreter for Interactive Fiction. <a href="http://parchment.googlecode.com">Find out more.</a></p>
  23. <noscript><p>Parchment requires Javascript. Please enable it in your browser.</p></noscript>
  24. <p>If you see this page, please <a href="http://spray.no-leverage.com/if/beproductive.html">click here</a> to play.</p>
  25. </div>
  26. <div id="parchment"></div>
  27. <div class="floater">
  28. <b>commands</b><br /><br />
  29. standard IF controls, <br />
  30. include but not limited to: <br /><br />
  31. <i>acting</i><br />
  32. sit, stand, take, hit,<br />
  33. wait <br /><br />
  34. <i>exploring</i><br />
  35. examine, look, read, <br />smell, listen, touch<br /><br />
  36. <i>objects</i><br />
  37. attach (noun) to (noun), <br />consider (noun)<br /><br /><br />
  38. &gt; verbs can be applied<br />to most nouns<br /><br /><br />
  39. type 'about' for <br />in-game help<br /><br /><br />
  40. bug reports and <br />comments <a href="../meta.html" target="_blank">welcome</a><br /><br />
  41. <a href="beproductive.inf" target="_blank">source</a> | <a href="beproductive.z5" target="_blank">.z5</a><br /><br /><br />
  42. </div>
  43. </body>
  44. </html>