gristlabs_grist-core/test/fixtures/sites/fetchSelectedOptions/index.html

12 lines
227 B
HTML
Raw Normal View History

<html>
<head>
<meta charset="utf-8" />
<script src="/grist-plugin-api.js"></script>
<script src="page.js"></script>
</head>
<body>
<h1>FetchSelectedOptions</h1>
<pre id="data"></pre>
</body>
</html>