Add stub for wdg editor tool page

This commit is contained in:
Ladd Hoffman 2023-07-11 20:31:53 -05:00
parent d73ec3aaaf
commit ab0b5c65d6
3 changed files with 16 additions and 1 deletions

View File

@ -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>

11
src/wdg-editor/index.html Normal file
View File

@ -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>

0
src/wdg-editor/index.js Normal file
View File