mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 12:54:08 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			294 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			294 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
  <style>
 | 
						|
  /* .mermaid {
 | 
						|
    font-family: "trebuchet ms", verdana, arial;;
 | 
						|
  } */
 | 
						|
  /* .mermaid {
 | 
						|
    font-family: 'arial';
 | 
						|
  } */
 | 
						|
  </style>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
  <div id="graph-to-be"></div>
 | 
						|
  <script src="./bundle-test.js" charset="utf-8"></script>
 | 
						|
</body>
 | 
						|
 | 
						|
</html> |