gristlabs_grist-core/test/fixtures/sites/deferred-ready/index.html

9 lines
153 B
HTML
Raw Normal View History

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