adjust spacing to be easier to read from curl output
This commit is contained in:
parent
7375a550eb
commit
16251a99b9
11
index.js
11
index.js
|
@ -63,13 +63,10 @@ module.exports = function (opts) {
|
||||||
;
|
;
|
||||||
|
|
||||||
var metaRedirect = ''
|
var metaRedirect = ''
|
||||||
+ '<html>\n'
|
+ '<html>'
|
||||||
+ '<head>\n'
|
+ '\n<head><META http-equiv="refresh" content="0;URL=\'' + escapedLocation + '\'"></head>'
|
||||||
//+ ' <style>* { background-color: white; color: white; text-decoration: none; }</style>\n'
|
+ '\n<body>' + body + '</body>'
|
||||||
+ ' <META http-equiv="refresh" content="0;URL=\'' + escapedLocation + '\'">\n'
|
+ '\n</html>\n'
|
||||||
+ '</head>\n'
|
|
||||||
+ '<body>\n' + body + '\n</body>\n'
|
|
||||||
+ '</html>\n'
|
|
||||||
;
|
;
|
||||||
var pathMatch;
|
var pathMatch;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue