mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-22 22:32:19 +01:00
9 lines
243 B
HTML
9 lines
243 B
HTML
<!-- WB Insert -->
|
|
<script>
|
|
wbinfo = {}
|
|
wbinfo.capture_str = "{{ cdx['timestamp'] | format_ts('%a, %b %d %Y %H:%M:%S') }}";
|
|
</script>
|
|
<script src='/static/wb.js'> </script>
|
|
<link rel='stylesheet' href='/static/wb.css'/>
|
|
<!-- End WB Insert -->
|