mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-23 06:32:24 +01:00
21 lines
477 B
HTML
21 lines
477 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<title>Wombat Direct Tests</title>
|
||
|
<script src="./testPageBundle.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<iframe
|
||
|
id="wombatSandbox"
|
||
|
src="/live/20180803160549mp_/https://tests.direct.wombat.io/"
|
||
|
></iframe>
|
||
|
<script>
|
||
|
window.overwatch = new TestOverwatch({
|
||
|
sandbox: document.getElementById('wombatSandbox'),
|
||
|
direct: true
|
||
|
});
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|