mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
15 lines
265 B
HTML
15 lines
265 B
HTML
<html>
|
|
<head>
|
|
<title>Sample Page For Rewrite Test</title>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
var some_val = false;
|
|
if (some_val) {
|
|
window.location = "http:\/\/example.com/dynamic_page.html";
|
|
}
|
|
</script>
|
|
Test Content
|
|
<a href="/some/path/another.html">Some Link</a>
|
|
</body>
|