mirror of
				https://github.com/taigrr/shorturl
				synced 2025-01-18 04:03:16 -08:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			215 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			215 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
| 	<head>
 | |
| 		<title>shorturl</title>
 | |
| 	</head>
 | |
| 	
 | |
| 	<body>
 | |
| 		<p>Enter your long URL here:</p>
 | |
| 		<form method="POST" action="">
 | |
| 			<input type="text" name="url">
 | |
| 			<input type="submit">
 | |
| 		</form>
 | |
| 	</body>
 | |
| 
 | |
| </html>
 |