pas2js/demo/promise/demoall.html
2018-02-04 16:41:39 +00:00

14 lines
208 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TJSPromise.All() demo</title>
<script src="demoall.js"></script>
</head>
<body>
<script>
rtl.run();
</script>
</body>
</html>