view simpypi/templates/index.html @ 21:98c147e88be8

remove extraneous thingy
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 28 Feb 2012 16:04:21 -0800
parents 24b8d06eae53
children 53328d3d9936
line wrap: on
line source

<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>Python Package Index</title></head>
<body>
  <h1>Python Package Index</h1>
  <span class="date">Last regenerated: </span>

  <!-- upload form -->
  <form method="post" enctype="multipart/form-data">
    <label for="package">Upload a package</label>
    <input type="file" name="package" id="package"/>
    <input type="submit" value="Upload"/>
  </form>

</body>
</html>