forked from appsource/dao
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 809 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="./favicon.ico" />
<link rel="apple-touch-icon" href="../build/logo192.png" />
<link rel="manifest" href="./manifest.json" />
<title>Dao App - Get Money Token</title>
<link href="./static/css/main.css?ver=0.1.8" rel="stylesheet" />
</head>
<body>
<div
id="daofactory_app"
data-network="56"
data-token-address="0x3e0AD9060782351da599a352D482afd306d966f7"
data-token-symbol="GMTKN"
data-token-decimals="18"
data-color-template="dark_template"
data-hide-service-link="true"
data-required-amount-to-publish="1000000"
data-required-amount-to-vote="1"
></div>
<script src="./static/js/main.js?ver=0.1.8"></script>
</body>
</html>