Add stub for wdg editor tool page
This commit is contained in:
parent
d73ec3aaaf
commit
ab0b5c65d6
|
@ -14,7 +14,11 @@
|
|||
For more information please see the <a href="https://daogovernanceframework.com/wiki/DAO_Governance_Framework">DGF
|
||||
Wiki</a>.
|
||||
</p>
|
||||
<h2>Javascript Prototype: Example Scenarios</h2>
|
||||
<h2>Tools</h2>
|
||||
<ul>
|
||||
<li><a href="./wdg-editor.html">Weighted Directed Graph Editor</a></li>
|
||||
</ul>
|
||||
<h2>Example Scenarios</h2>
|
||||
<p>
|
||||
Below are example scenarios with various assertions covering features of our reputation system.
|
||||
</p>
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<head>
|
||||
<title>WDG Editor</title>
|
||||
<link type="text/css" rel="stylesheet" href="../index.css" />
|
||||
<script type="module" src="./index.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Weighted Directed Graph Editor</h1>
|
||||
</body>
|
Loading…
Reference in New Issue