You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
		
		
		
		
		
			
		
			
				
					
					
						
							23 lines
						
					
					
						
							896 B
						
					
					
				
			
		
		
	
	
							23 lines
						
					
					
						
							896 B
						
					
					
				| <!DOCTYPE html> | |
| <html lang="en"> | |
|   <head> | |
|     <title>Skamkraft</title> | |
|     <meta charset="UTF-8"> | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
|     <meta name="viewport" content="height=device-height, initial-scale=1.0"> | |
|     <script src="js/lib/fabric.js"></script> | |
|     <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> | |
|     <script type="module" src="js/index.js" defer></script> | |
|     <link rel="stylesheet" href="css/global.css"> | |
|     <link rel="stylesheet" href="css/auth.css"> | |
|     <link rel="stylesheet" href="css/profile.css"> | |
|     <link rel="stylesheet" href="css/contracts.css"> | |
|     <link rel="stylesheet" href="css/ships.css"> | |
|     <link rel="stylesheet" href="css/modal-ships.css"> | |
|     <link rel="stylesheet" href="css/leaderboard.css"> | |
|     <link rel="stylesheet" href="css/system.css"> | |
|   </head> | |
|   <body> | |
| 
 | |
|   </body> | |
| </html> |