dao-governance-framework/forum-network/public/validation-pool-test.html

10 lines
239 B
HTML
Raw Normal View History

2022-11-11 16:52:57 -06:00
<!DOCTYPE html>
<head>
<title>Forum</title>
<script type="module" src="./validation-pool-test.js" defer></script>
<link type="text/css" rel="stylesheet" href="./index.css" />
</head>
<body>
<div id="validation-pool"></div>
</body>