Skip to content

Commit 03a2321

Browse files
author
Piotr Węgrzyn
committed
test validator
1 parent f9de21c commit 03a2321

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ui/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</div>
6464
</div>
6565
</div>
66-
</body>
66+
6767
<script>
6868
(async ()=>{
6969
const contractInfo = await readFileContent('sc_connector.json');
@@ -161,4 +161,6 @@
161161
document.body.style.backgroundImage = `linear-gradient(to bottom right, ${color1}, ${color2})`;
162162
}
163163
</script>
164+
165+
</body>
164166
</html>

0 commit comments

Comments
 (0)