diff --git a/dev/index.html b/dev/index.html new file mode 100644 --- /dev/null +++ b/dev/index.html @@ -0,0 +1,22 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd" + > +<html lang="en"> +<head> + <title>Restricted directory</title> + <link rel="Stylesheet" href="../css/zed/theme.css" type="text/css" /> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +</head> +<body> + <div style="width: 960px; margin: auto; margin-top: 3em;"> + <h1 style="font-size: 3em;">Zed</h1> + <h2>Dev directory</h2> + <p>As you can guess from the URL, this directory contains files <em>for developers</em>.</p> + <p>You can't fully browse it but here some links:</p> + <ol style="list-style-type: lower-greek;"> + <li><a href="/dev/auth.xsd">auth.xsd</a> - Ship API authentication schema</li> + <li><a href="/dev/diff.txt">diff.txt</a> - hg diff > dev/diff.txt (will often be 404)</li> + </ol> + </div> +</body> +</html> \ No newline at end of file