Url shortener

Written in flask
This commit is contained in:
bendtherules
2014-02-27 17:07:52 +05:30
parent fde2ccb814
commit 851c36b887
4 changed files with 97 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Original Link</title>
</head>
<body>
<p>
Original link is: {{return_url}}
</p>
<p>
Goto:
<a href="./">Url submit page</a>
</p>
</body>
</html>