You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gristlabs_grist-core/test/fixtures/sites/readout/index.html

22 lines
451 B

<html>
<head>
<meta charset="utf-8" />
<script src="/grist-plugin-api.js"></script>
<script src="page.js"></script>
</head>
<body>
<h1>Readout</h1>
<h2>placeholder</h2>
<div id="placeholder"></div>
<h2>rowId</h2>
<div id="rowId"></div>
<h2>tableId</h2>
<div id="tableId"></div>
<hr />
<h2>record</h2>
<div id="record"></div>
<h2>records</h2>
<div id="records"></div>
</body>
</html>