mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 16:14:48 +01:00
9 lines
157 B
HTML
9 lines
157 B
HTML
<script>
|
|
var some_val = false;
|
|
if (some_val) {
|
|
window.location = "/other.html";
|
|
}
|
|
</script>
|
|
Test Content
|
|
<a href="/some/path/another.html">Some Link</a>
|