pas2js/demo/rtl/demoloadstreamfromurl.html

20 lines
429 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Load stream from URL demo</title>
<script src="demoloadstreamfromurl.js"></script>
</head>
<body>
<h1>Demo loading file from URL to stream</h1>
<div id="pasjsconsole">
</div>
<script>
rtl.run();
</script>
</body>
</html>