drift/moor/example_web/web/index.html

11 lines
234 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<script defer src="main.dart.js" type="application/javascript"></script>
2019-07-03 12:51:56 -07:00
<script src="sql-wasm.js"></script>
</head>
<body>
</body>
</html>