28 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|     <title>BinaryDigit</title>
 | |
|     <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
 | |
|     <link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
 | |
|     <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
 | |
|     <link rel="manifest" href="/favicon/site.webmanifest">
 | |
|     <link rel="Shortcut Icon" type="image/x-icon" href="/favicon/favicon-32x32.png" />
 | |
|     <meta charset="UTF-8" />
 | |
|     <link rel="stylesheet" href="https://unpkg.com/@sakun/system.css" />
 | |
| </head>
 | |
| <body>
 | |
|     <div class="window" style="width:40rem;">
 | |
|         <div class="title-bar"> 
 | |
|             <button aria-label="Close" class="close"></button>
 | |
|             <h1 class="title">BinaryDigit</h1>
 | |
|             <button aria-label="Resize" class="resize"></button>
 | |
|         </div>
 | |
|         <div class="separator"></div>
 | |
|         
 | |
|         <div class="window-pane">
 | |
|             <h1>under construction!</h1>
 | |
|         </div>
 | |
|     </div>
 | |
| 
 | |
| </body>
 | |
| </html> |