29 lines
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|   <head>
 | |
|     <meta charset="UTF-8" />
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | |
| 
 | |
|     <!-- FontAwesome Icons Import -->
 | |
|     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/all.min.css">
 | |
|     <!-- Material Icons Import -->
 | |
|     <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
 | |
|     <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined">
 | |
|     <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons+Sharp">
 | |
|     <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons+Round">
 | |
|     <!-- Material Design Icons Import -->
 | |
|     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font/css/materialdesignicons.min.css">
 | |
|     <!-- Line Awesome Icons Import -->
 | |
|     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/line-awesome/dist/line-awesome/css/line-awesome.min.css">
 | |
|     <!-- Boostrap Icons -->
 | |
|     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.min.css">
 | |
|     
 | |
|     <title>OK1ez</title>
 | |
|     <script type="module" crossorigin src="./index.js"></script>
 | |
|     <link rel="stylesheet" href="./index.css">
 | |
|   </head>
 | |
|   <body>
 | |
|     <div id="app"></div>
 | |
|     
 | |
|   </body>
 | |
| </html>
 | 
