mirror of
https://github.com/bendtherules/pytry.git
synced 2026-08-18 13:53:01 +00:00
Url shortener
Written in flask
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user