(name, sec=3, path="")
| 73 | } |
| 74 | |
| 75 | static redirectHead(name, sec=3, path="") { |
| 76 | return `<html><head><meta http-equiv="refresh" content="${sec}; url=http://${name}.local${path.length?path:""}"><title>${name}</title></head>`; |
| 77 | } |
| 78 | |
| 79 | static bodyPrefix() { |
| 80 | return `<body>`; |