1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-19 10:19:37 +01:00
pywb/sample_archive/text_content/sample_no_head.html

9 lines
146 B
HTML
Raw Normal View History

<script>
var some_val = false;
if (some_val) {
window.location = "/other.html";
}
</script>
Test Content
<a href="another.html">Some Link</a>