mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* Reorganize crates * Remove symlink * Check examples * Cleanup CI scripts * nits * cleanup * cargo fmt * Fix yew-stdweb * cargo clippy --all * stdweb-examples * run_emscripten_checks.sh * Fix typo * fix typo * yew-stdweb * Run tests from yew-stdweb * fix webgl script
12 lines
283 B
HTML
12 lines
283 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>(Asynchronous) callback from JavaScript</title>
|
|
</head>
|
|
<body>
|
|
<script src="/js_callback.js"></script>
|
|
<script src="get-payload-script.js"></script>
|
|
</body>
|
|
</html>
|