1234567891011121314151617181920212223242526272829 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>up she rises</title>
- <script src="lib/jquery.min.js"></script>
- <script src="lib/parchment.min.js"></script>
- <link rel="stylesheet" href="lib/parchment.min.css">
- <meta name="viewport" content="width=device-width,user-scalable=no">
- <script>
- parchment_options = {
- default_story: [ "upsherises-0.z5" ],
- lib_path: 'lib/',
- lock_story: 1,
- page_title: 0
- };
- </script>
- </head>
- <body>
- <div id="about">
- <h1>Parchment</h1>
- <p>is an interpreter for Interactive Fiction. <a href="http://parchment.googlecode.com">Find out more.</a></p>
- <noscript><p>Parchment requires Javascript. Please enable it in your browser.</p></noscript>
- </div>
- <div id="parchment"></div>
- <!--<div class="interpretercredit">Interpreter: <a href="http://parchment.googlecode.com">Parchment for Inform</a></div>-->
- </body>
- </html>
|