Files
markdownplease.com/templates/index.html
T
Kenneth Reitz 06ee93d269 better htmls
2013-09-26 20:56:50 -04:00

21 lines
655 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>url2markdown</title>
</head>
<body>
<h1>url2markdown</h1>
<p>This is a very simple web service that will take a given URL, and return
a Markdown representation of that page.</p>
<form action="/" method="get">
URL: <input type="text" name="url">
<button type='submit'>Submit</button>
</form>
<p>A <a href='http://kennethreitz.org/'>Kenneth Reitz</a> project.</p>
<a href="https://github.com/kennethreitz/url2markdown"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
</body>
</html>