22 lines
		
	
	
		
			563 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			563 B
		
	
	
	
		
			HTML
		
	
	
	
| <!doctype html>
 | |
| <html>
 | |
| <head>
 | |
|   <meta charset="utf-8">
 | |
|   <title>formats.exposed/png</title>
 | |
|   <noscript>
 | |
|     <meta http-equiv="refresh" content="0; url=.." />
 | |
|   </noscript>
 | |
|   <link rel="stylesheet" href="../common/global.css">
 | |
|   <link rel="stylesheet" href="png.css">
 | |
|   <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
| </head>
 | |
| <body>
 | |
|   <div id="error" hidden>Failed to parse PNG</div>
 | |
|   <div id="explorer" hidden>
 | |
|     <div id="bytesEl"></div>
 | |
|     <div id="treeEl"></div>
 | |
|   </div>
 | |
|   <script src="png.js" type="module"></script>
 | |
| </body>
 | |
| </html>
 |