1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
pywb/sample_archive/text_content/sample_unclosed_script.html
2015-04-01 07:13:51 -07:00

12 lines
199 B
HTML

<html>
<head>
<title>Sample Page For Rewrite Test</title>
</head>
<body>
Test Content
<script>
var some_val = false;
if (some_val) {
window.location = "http:\/\/example.com/dynamic_page.html";
}