view index.html @ 4:d004395e7606

Oops, forgot to add index.js from the parchment svn repo.
author Atul Varma <varmaa@toolness.com>
date Tue, 27 May 2008 23:52:37 -0700
parents 30b149f2cdf1
children a2f8dfbd8d29
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  <link rel="stylesheet" type="text/css" media="all"
        href="index.css" />
  <title>Parchment</title>
</head>
<body>
<div id="content">
  <h1>Parchment</h1>
  <p>Below is a list of z-code based interactive fiction titles made
  available by <a href="http://www.ifarchive.org/">The Interactive
  Fiction Archive</a>.  You can click on an entry to start playing
  it.</p>
</div>
</body>
<script type="text/javascript" src="jquery-1.2.3.js"></script>
<script type="text/javascript" src="remedial.js"></script>
<script type="text/javascript" src="if-archive.js"></script>
<script type="text/javascript" src="index.js"></script>
</html>