mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
2438a63255
Summary: - Custom widget tests are now in grist-core - Adding buildtools for grist-plugin-api.js Test Plan: Existing tests Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D3617
12 lines
217 B
HTML
12 lines
217 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<script src="/grist-plugin-api.js"></script>
|
|
<script src="page.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1>Zap</h1>
|
|
<div id="placeholder"></div>
|
|
</body>
|
|
</html>
|