First
This commit is contained in:
		
							
								
								
									
										32
									
								
								index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								index.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,32 @@ | ||||
| <!DOCTYPE html> | ||||
|  | ||||
| <html> | ||||
| 	<head> | ||||
| 		<title> Coke Bottle Glasses </title> | ||||
| 		<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||||
| 		<link rel="shortcut icon" href="favicon.ico?v=1" type="image/x-icon"> | ||||
| 		<link rel="stylesheet" type="text/css" href="style.css?v=1"> | ||||
| 		<script src='base.js?v=4'></script> | ||||
| 		<script src='nouns.js?v=1'></script> | ||||
|  | ||||
| 		<script> | ||||
| 			window.onload = function(){ | ||||
| 				M.init() | ||||
| 			} | ||||
| 		</script> | ||||
| 	</head> | ||||
|  | ||||
| 	<body> | ||||
| 		<div id='inputs'> | ||||
| 			<input type='number' max='9999' min='0' id='numb' value='88' title='Page'> | ||||
| 			<input type='text' id='filter' placeholder='Filter'> | ||||
| 			<div class='flex_row_center'> | ||||
| 				<div>Exact:</div> | ||||
| 				<input id='exact_filter' type='checkbox'> | ||||
| 				<div class='separator'>|</div> | ||||
| 				<div id='clear_filter' class='pointer'>Clear</div> | ||||
| 			</div> | ||||
| 		</div> | ||||
| 		<div id='list'></div> | ||||
| 	</body> | ||||
| </html> | ||||
		Reference in New Issue
	
	Block a user
	 Auric Vente
					Auric Vente