You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					35 lines
				
				755 B
			
		
		
			
		
	
	
					35 lines
				
				755 B
			| 
											6 months ago
										 | 
 | ||
|  | <html> | ||
|  |   <body> | ||
|  |     <form method="GET" action="/search"> | ||
|  |       <input type="hidden" name="_csrf" value="hey"/> | ||
|  |       <input type="text" name="query" placeholder="Search"/> | ||
|  |       <input type="submit" value="Search"/> | ||
|  |     </form> | ||
|  |   </body> | ||
|  | </html> | ||
|  | <html> | ||
|  |   <body> | ||
|  |     <form method="POST" action="/search"> | ||
|  |       <input type="hidden" name="_csrf" value="hey"/> | ||
|  |       <input type="text" name="query" placeholder="Search"/> | ||
|  |       <input type="submit" value="Search"/> | ||
|  |     </form> | ||
|  |   </body> | ||
|  | </html> | ||
|  | <html> | ||
|  |   <body> | ||
|  |     <form method="POST" action="/search"> | ||
|  |       <input type="hidden" name="_csrf" value="hey"/> | ||
|  |     </form> | ||
|  |   </body> | ||
|  | </html> | ||
|  | <div id="foo"> | ||
|  |   <div id="bar"> | ||
|  |     <p>one</p> | ||
|  |     <p>two</p> | ||
|  |     <p>three</p> | ||
|  |   </div> | ||
|  | </div> | ||
|  | <div id="baz">123 | ||
|  | </div> |