mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-04-02 06:10:33 +00:00
19 lines
No EOL
619 B
HTML
19 lines
No EOL
619 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<script type="text/javascript">
|
|
var core = window.open("postal.core.html","core");
|
|
core.focus();
|
|
var wCapture = window.open("postal.withCapture.html","wCapture");
|
|
wCapture.focus();
|
|
var wReplay = window.open("postal.withReplay.html","wReplay");
|
|
wReplay.focus();
|
|
var wCaptureReplay = window.open("postal.withCapture_Replay.html","wCaptureReplay");
|
|
wCaptureReplay.focus();
|
|
|
|
</script>
|
|
</head>
|
|
<body>
|
|
|
|
</body>
|
|
</html> |