drift/extras/integration_tests/legacy_web/assets/web_test.html.tpl

13 lines
244 B
Smarty
Raw Permalink Normal View History

2020-01-18 03:26:47 -08:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
2022-05-16 06:59:11 -07:00
<title>{{testName}} Test</title>
{{testScript}}
2020-01-18 03:26:47 -08:00
<script src="sql-wasm.js"></script>
<script src="packages/test/dart.js"></script>
</head>
<body>
</body>
2022-05-16 06:59:11 -07:00
</html>