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 = ''
|
||||
+ '<html>\n'
|
||||
+ '<head>\n'
|
||||
//+ ' <style>* { background-color: white; color: white; text-decoration: none; }</style>\n'
|
||||
+ ' <META http-equiv="refresh" content="0;URL=\'' + escapedLocation + '\'">\n'
|
||||
+ '</head>\n'
|
||||
+ '<body>\n' + body + '\n</body>\n'
|
||||
+ '</html>\n'
|
||||
+ '<html>'
|
||||
+ '\n<head><META http-equiv="refresh" content="0;URL=\'' + escapedLocation + '\'"></head>'
|
||||
+ '\n<body>' + body + '</body>'
|
||||
+ '\n</html>\n'
|
||||
;
|
||||
var pathMatch;
|
||||
|
||||
|
|
Loading…
Reference in New Issue