1
0
mirror of https://github.com/gristlabs/grist-core.git synced 2024-10-27 20:44:07 +00:00
gristlabs_grist-core/test/fixtures/sites/probe/index.html

12 lines
219 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>Probe</h1>
<div id="placeholder"></div>
</body>
</html>