Update default.html

This commit is contained in:
Puyo 2021-05-04 02:29:30 +02:00 committed by GitHub
parent 008b229981
commit d12ca44ab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@
xmlHttp.send( null );
return xmlHttp.responseText;
}
document.getElementById('content').innerHTML = marked(httpGet("https://thingproxy.freeboard.io/fetch/{{ site.replace_index_with }}"));
document.getElementById('content').innerHTML = marked(httpGet("http://www.whateverorigin.org/get?url={{ site.replace_index_with }}"));
</script>
{% endif %}
{% if site.google_analytics %}