22 lines
		
	
	
		
			No EOL
		
	
	
		
			828 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			No EOL
		
	
	
		
			828 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<html>
 | 
						|
	<head>
 | 
						|
		<meta charset="UTF-8">
 | 
						|
 | 
						|
		<!-- Google Fonts -->
 | 
						|
		<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
 | 
						|
		<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap" rel="stylesheet">
 | 
						|
		
 | 
						|
		<!-- JQuery -->
 | 
						|
		<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script>
 | 
						|
		
 | 
						|
		<!-- Stylesheets -->
 | 
						|
		<link id="utils-css-light" rel="stylesheet" href="css/light-style.css" disabled>
 | 
						|
		<link id="utils-css-dark" rel="stylesheet" href="css/dark-style.css">
 | 
						|
		<link rel="stylesheet" href="css/style.css">
 | 
						|
		<link rel="stylesheet" href="css/tooltip.css">
 | 
						|
		<link rel="stylesheet" href="css/navigation-tabs.css">
 | 
						|
	</head>
 | 
						|
	<body>
 | 
						|
		<script src="index.js" type="text/javascript"></script>
 | 
						|
	</body>
 | 
						|
</html> |