mirror of https://github.com/certd/certd
				
				
				
			
		
			
				
	
	
		
			27 lines
		
	
	
		
			813 B
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			813 B
		
	
	
	
		
			HTML
		
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|   <head>
 | |
|     <meta charset="UTF-8" />
 | |
|     <link rel="icon" href="/logo.svg" />
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | |
|     <title>Certd-让你的证书永不过期</title>
 | |
|     <link rel="stylesheet" type="text/css" href="/index.css" />
 | |
|   </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>
 |