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,15 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Submit url</title>
|
||||
</head>
|
||||
<body>
|
||||
<form action="./submit" method="get">
|
||||
Enter Url:
|
||||
<input type="text" name="url" />
|
||||
<br>
|
||||
<input type="submit" value="submit" />
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user