10 lines
		
	
	
		
			157 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			157 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<html>
 | 
						|
	<body>
 | 
						|
		<script type="module">
 | 
						|
			import {PES} from './dist/index.mjs';
 | 
						|
 | 
						|
			console.log(PES`storage${'Test/Test'}:d`);
 | 
						|
		</script>
 | 
						|
	</body>
 | 
						|
</html>
 |