1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-27 11:21:17 +00:00
Files

15 lines
329 B
HTML

<!-- Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ -->
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<title>Web Audio Editor test page with an iframe</title>
</head>
<body>
<iframe id="frame" src="doc_simple-context.html" />
</body>
</html>