gristlabs_grist-core/test/fixtures/sites/hello/index.html
Jarosław Sadziński 2438a63255 (core) Moving widget tests to core
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
2022-09-06 17:17:14 +02:00

6 lines
76 B
HTML

<html>
<body>
<h1 id="hello-title">Hello World</h1>
</body>
</html>