| 
									
										
										
										
											2022-11-19 06:30:07 +00:00
										 |  |  | {% extends "base.html" %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block content %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <p class="row big">What's your web site?</p> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-11-20 05:54:26 +00:00
										 |  |  | <div class="row big"> | 
					
						
							| 
									
										
										
										
											2022-11-19 06:30:07 +00:00
										 |  |  | <form method="post" action="">  <!-- empty action means post to same URL --> | 
					
						
							| 
									
										
										
										
											2022-11-20 05:54:26 +00:00
										 |  |  |   <input required type="url" name="url" id="url" placeholder="snarfed.org" /> | 
					
						
							| 
									
										
										
										
											2022-11-19 06:30:07 +00:00
										 |  |  |   <input type="submit" class="btn btn-default" value="OK" /> | 
					
						
							|  |  |  | </form> | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% endblock %} |