mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
12 lines
201 B
HTML
12 lines
201 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>Getting Started</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="graphDiv"></div>
|
||
|
<script src="./main.js"></script>
|
||
|
</body>
|
||
|
</html>
|