19 lines
		
	
	
		
			483 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			483 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 
 | |
| <head>
 | |
|     <meta charset="utf-8">
 | |
|     <link rel="stylesheet" href="css/line-awesome.min.css">
 | |
|     <link rel="stylesheet" href="css/desktop.css">
 | |
|     <link rel="stylesheet" href="css/mobile.css">
 | |
|     <link rel="stylesheet" href="css/xterm.css" />
 | |
|     <link rel="stylesheet" href="css/fancy.css" />
 | |
|     <meta name="viewport" content="width=device-width">
 | |
|     <title>Farpatch</title>
 | |
| 
 | |
|     <script src="main.js"></script>
 | |
| </head>
 | |
| 
 | |
| <body></body>
 | |
| 
 | |
| </html> |