18 lines
		
	
	
	
		
			394 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			394 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
  <head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
						|
    <link rel="stylesheet" href="./bulma.css">
 | 
						|
    <title>net libre</title>
 | 
						|
  </head>
 | 
						|
  <style>
 | 
						|
    .justified {
 | 
						|
      text-justify: auto;
 | 
						|
      text-align: justify
 | 
						|
    }
 | 
						|
  </style>
 | 
						|
  <body>
 | 
						|
    <script src="./index.js" type="module"></script>
 | 
						|
  </body>
 | 
						|
</html>
 |