Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dacoffey committed Apr 26, 2021
1 parent b320650 commit 8862da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ App.ServerHander = function (req, res) {
if (!t.includes(':')) { t = 'http://' + t };

let html = '';
html += "<html><head><style>body,iframe { border:0px;margin:0px;padding:0px;width:100%;height:100% }</style></head><body><iframe src='" + t + "></iframe></body></html>"
html += "<html><head><style>body,iframe { border:0px;margin:0px;padding:0px;width:100%;height:100% }</style></head><body><iframe src='" + t + "'></iframe></body></html>"

res.end(html + "\n");
}
Expand Down

0 comments on commit 8862da9

Please sign in to comment.