index.html 872 B

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>up she rises</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: [ "upsherises-0.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. </div>
  25. <div id="parchment"></div>
  26. <!--<div class="interpretercredit">Interpreter: <a href="http://parchment.googlecode.com">Parchment for Inform</a></div>-->
  27. </body>
  28. </html>