mirror of https://github.com/certd/certd
				
				
				
			
		
			
				
	
	
		
			28 lines
		
	
	
		
			839 B
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			839 B
		
	
	
	
		
			HTML
		
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|     <meta charset="UTF-8"/>
 | |
|     <link rel="icon" href="api/app/favicon"/>
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
 | |
|     <title>Loading</title>
 | |
|     <script src="static/icons/iconfont.js?v=<%=version%>"></script>
 | |
|     <link rel="stylesheet" type="text/css" href="static/index.css?v=<%=version%>"/>
 | |
| </head>
 | |
| <body>
 | |
| <div id="app">
 | |
|     <div class="fs-bootstrap">
 | |
|         <div class="fs-bootstrap__main">
 | |
|             <div class="fs-bootstrap__loading"></div>
 | |
|         </div>
 | |
|         <div class="fs-bootstrap__footer">
 | |
| <!--            <a href="https://github.com/certd/certd" target="_blank">-->
 | |
| <!--                https://github.com/certd/certd-->
 | |
| <!--            </a>-->
 | |
|         </div>
 | |
|     </div>
 | |
| 
 | |
| </div>
 | |
| <script type="module" src="/src/main.ts"></script>
 | |
| </body>
 | |
| </html>
 |