website/tesses.net/s/index.html

16 lines
449 B
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shorten URL</title>
</head>
<body>
<h1>URL Shortener</h1>
<form action="shorten.php" method="POST">
<input type="text" name="url" placeholder="Url">
<input type="submit" value="Shorten">
</form>
</body>
</html>