WEB ARCHIVE
404,000+ artifacts from the internet's subconscious.
cultural residue. fashion archives. lost interfaces. net art DNA.
or continue with
have an access code?
free

ENTER THE ARCHIVE

a distributed cultural memory layer of the internet.
access is limited. membership grants entry.

already have an access code?

Flag Review

Review user reports from /web and choose whether to hide, delete, restore, or keep each item.

loading flagged media...
pull to refresh
← ankle.website

/surf [ cultural archive · 409k+ ]

[+] SURF IMAGE MARQUEE 80 sampled archive frames · click to inspect
[+] SOURCES & CHRONOLOGY sources
← side-swipe to explore →
VIEW:
SHOW:
BURST:
of 1

recent ingests loading...

of 1
loading archive...
// ── DRAG & DROP INTAKE ON SURF ── (function initSurfDropZone(){ window.addEventListener('dragover', function(e){ e.preventDefault(); e.stopPropagation(); }); window.addEventListener('drop', function(e){ e.preventDefault(); e.stopPropagation(); // Dropped URL or text var text = e.dataTransfer.getData('text/plain') || e.dataTransfer.getData('text/uri-list'); if(text && /^https?:\/\//i.test(text.trim())){ var sInput = document.getElementById('search-input') || document.querySelector('.surf-search-input'); if(sInput){ sInput.value = text.trim(); if(typeof executeSearch === 'function') executeSearch(); else if(typeof applyFilters === 'function') applyFilters(); } return; } // Dropped files (redirect to /surf/compose or /gif) var files = e.dataTransfer.files; if(files && files.length){ var f = files[0]; if(/image|gif|video/i.test(f.type) || /\.(gif|png|jpe?g|mp4|webm)$/i.test(f.name)){ window.location.href = '/gif'; } } }); })();