mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
9 lines
153 B
HTML
9 lines
153 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<script src="/grist-plugin-api.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<button onclick="grist.ready()">Ready</button>
|
||
|
</body>
|
||
|
</html>
|