|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
|
|
<title>Counter</title>
|
|
</head>
|
|
<body>
|
|
<script src="pkg/dodrio_counter.js"></script>
|
|
<script>
|
|
wasm_bindgen("pkg/dodrio_counter_bg.wasm");
|
|
</script>
|
|
</body>
|
|
</html>
|