dao-governance-framework/forum-network/public/graph-test.html

10 lines
230 B
HTML
Raw Normal View History

<!DOCTYPE html>
<head>
<title>Forum Graph</title>
<script type="module" src="./graph-test.js" defer></script>
<link type="text/css" rel="stylesheet" href="./index.css" />
</head>
<body>
<div id="graph-test"></div>
</body>