Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
<!DOCTYPE html>
<html>
<head>
<title>URL Form</title>
</head>
<body>
<h2>Type a URL:</h2>
<form method="post" action="process-url.php">
<input type="text" name="url">
<input type="submit" value="Submit">
</form>
</body>
</html>
Leave a Reply