8 lines
		
	
	
		
			186 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			186 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <style>
 | |
| testClass {
 | |
|     margin-top: "50px";
 | |
|     margin-left: "50px";
 | |
| }
 | |
| </style>
 | |
| <p class="testClass">Test window!</p>
 | |
| <button onclick="openDiag('Data/menu/npcintro.html')">Back!</button> |