dao-governance-framework/forum-network/public/index.html

15 lines
454 B
HTML
Raw Normal View History

<!DOCTYPE html>
<head>
<title>Forum Network</title>
<script src="./classes/display-value.js"></script>
<script src="./classes/actor.js"></script>
<script src="./classes/scene.js"></script>
<script src="./classes/reputation.js"></script>
<script src="./classes/forum.js"></script>
<script src="./index.js" defer></script>
<link type="text/css" rel="stylesheet" href="./index.css" />
</head>
<body>
<div id="forum-network"></div>
</body>