15 lines
		
	
	
		
			582 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			582 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
|   | <!DOCTYPE html> | ||
|  | <html lang="zh-CN"> | ||
|  |   <head> | ||
|  |     <meta charset="UTF-8" /> | ||
|  |     <link rel="icon" type="image/svg+xml" href="/vite.svg" /> | ||
|  |     <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|  |     <title>Markdown 编辑器</title> | ||
|  |     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism.min.css" /> | ||
|  |     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.8/katex.min.css" /> | ||
|  |   </head> | ||
|  |   <body> | ||
|  |     <div id="root"></div> | ||
|  |     <script type="module" src="/src/main.tsx"></script> | ||
|  |   </body> | ||
|  | </html> |