gristlabs_grist-core/test/fixtures/sites/deferred-ready/index.html
George Gevoian 4c25aa7d3d (core) Support dark mode in custom widgets
Test Plan: Manual.

Reviewers: jarek

Reviewed By: jarek

Differential Revision: https://phab.getgrist.com/D4036
2023-09-19 16:08:21 -04:00

9 lines
153 B
HTML

<html>
<head>
<script src="/grist-plugin-api.js"></script>
</head>
<body>
<button onclick="grist.ready()">Ready</button>
</body>
</html>