mirror of
https://github.com/not-kennethreitz/markdownplease.com.git
synced 2026-06-05 23:20:19 +00:00
21 lines
655 B
HTML
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> |