mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-11-04 08:09:09 +00:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
	
		
			317 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
	
		
			317 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								<!doctype html>
							 | 
						||
| 
								 | 
							
								<html>
							 | 
						||
| 
								 | 
							
								<script src=bundle.js></script>
							 | 
						||
| 
								 | 
							
								<body>
							 | 
						||
| 
								 | 
							
								  <pre>
							 | 
						||
| 
								 | 
							
								  require('crypto').createHash('sha1').update('abc').digest('hex') == '<span id=ans></span>'
							 | 
						||
| 
								 | 
							
								  </pre>
							 | 
						||
| 
								 | 
							
								</body>
							 | 
						||
| 
								 | 
							
								<script>
							 | 
						||
| 
								 | 
							
								  document.getElementById('ans').innerHTML = require('crypto').createHash('sha1').update('abc').digest('hex')
							 | 
						||
| 
								 | 
							
								</script>
							 | 
						||
| 
								 | 
							
								</html>
							 |