34 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 
 | |
| <head>
 | |
|     <meta charset="utf-8">
 | |
|     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
 | |
|     <title>Clojure demos</title>
 | |
|     <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
 | |
|     <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
 | |
|     <meta name="theme-color" content="#ffffff">
 | |
|     <link rel="stylesheet" type="text/css" href="https://storage.googleapis.com/app.klipse.tech/css/codemirror.css">
 | |
|     <link rel="stylesheet" type="text/css" href="https://unpkg.com/tachyons@4.12.0/css/tachyons.min.css">
 | |
| 
 | |
|     <style>
 | |
|      #notification-container {
 | |
|          position: fixed;
 | |
|          z-index: 999999;
 | |
|          top: 12px;
 | |
|          right: 12px;
 | |
|     </style>
 | |
|     <meta name="robots" content="noindex">
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|     <div id="app">
 | |
|       loading here
 | |
|     </div>
 | |
|     <script src="/cljs-out/main_bundle.js" type="text/javascript"></script>
 | |
| 
 | |
| </body>
 | |
| 
 | |
| </html>
 |