mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2025-08-15 17:25:12 +08:00
13 lines
278 B
HTML
13 lines
278 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>Project STORM | React Diagrams demo</title>
|
|
<script src="bundle.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="application"/>
|
|
</body>
|
|
</html>
|