drift/examples/web_worker_example/web/index.html

20 lines
329 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>web_worker_example</title>
<script defer src="main.dart.js"></script>
</head>
<body>
<div>
<ul id="output">
</ul>
<input type="text" placeholder="New entry" id="field">
<button id="submit">Add!</button>
</div>
</body>
</html>