mirror of
https://github.com/bendtherules/pytry.git
synced 2026-08-18 22:03:03 +00:00
Url shortener
Written in flask
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Url submitted</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Url submitted sucessfully.
|
||||
</p>
|
||||
<p>
|
||||
Your shortened link is <a href="./view/{{short_code}}"> {{short_code}}</a>
|
||||
</p>
|
||||
<p>
|
||||
Goto:
|
||||
<a href="./">Url submit page</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user