13 lines
		
	
	
	
		
			263 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			263 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
  <head>
 | 
						|
    <meta charset="UTF-8" />
 | 
						|
    <title>jg-textui-web</title>
 | 
						|
    <link rel="stylesheet" href="main.css" />
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <div class="text-ui">This is some text</div>
 | 
						|
 | 
						|
    <script src="main.js"></script>
 | 
						|
  </body>
 | 
						|
</html>
 |