This commit is contained in:
Ethan O'Brien 2024-03-27 11:52:50 -05:00
parent adf3ade489
commit a3699a687a

View File

@ -69,6 +69,8 @@ function init_honoka(file, android, newDomain) {
b.download = "server_info.json";
document.body.appendChild(b);
document.body.appendChild(document.createElement("br"));
document.body.appendChild(document.createElement("br"));
const a = document.createElement("a");
a.href = downloadUrl;