Create your own distributed webpage. Take a look at the original web2web concept.
Web2web is a browser library. Download the minified web2web.min.js
.
Alternatively you can browserify it by yourself:
npm install web2web-lib
var btcAddress = '1DhDyqB4xgDWjZzfbYGeutqdqBhSF7tGt4'
var web2web = new Web2Web()
web2web.bootstrap(btcAddress)
var infoHash = 'acaa4ece96da0e31f2bd7f1e4d82f4e1317e2af7'
var web2web = new Web2Web()
web2web.bootstrap(infoHash)