Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 352 Bytes

File metadata and controls

20 lines (15 loc) · 352 Bytes

dot-network

Usage:

<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-CN">

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>

<body>
    <script type="text/javascript" src="build/dot-network.js"></script>
    <script type="text/javascript">
        network.run();
    </script>
</body>

</html>