mirror of
https://github.com/bendtherules/pytry.git
synced 2026-08-18 13:53:01 +00:00
17 lines
225 B
HTML
17 lines
225 B
HTML
<!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>
|