Skip to content

Instantly share code, notes, and snippets.

@cayblood
Created July 27, 2010 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cayblood/492203 to your computer and use it in GitHub Desktop.
Save cayblood/492203 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Parchment</title>
<script src="lib/jquery.min.js" defer></script>
<script src="lib/parchment.min.js" defer></script>
<link rel="stylesheet" type="text/css" href="parchment.css">
<meta name="viewport" content="width=device-width">
</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 id="pastebox"><input id="pasteinput"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment