21 lines
		
	
	
		
			475 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			475 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
|     <meta name="go-import" content="ucl.lmika.dev git https://lmika.dev/lmika/ucl">
 | |
|     <link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
 | |
|     <link rel="stylesheet" href="https://unpkg.com/@xterm/xterm/css/xterm.css">
 | |
|     <link rel="stylesheet" href="/style.css">
 | |
| </head>
 | |
| <body>
 | |
|     <header>
 | |
|         <h1>UCL</h1>
 | |
|     </header>
 | |
| 
 | |
|     <main>
 | |
|     </main>
 | |
| 
 | |
|     <footer>
 | |
|         <p>By Leon Mika.</p>
 | |
|     </footer>
 | |
| </body>
 | |
| </html> |