mirror of
https://github.com/Hypfer/Valetudo.git
synced 2025-10-26 11:27:27 +00:00
feat(webserver): Add another 404 page
This commit is contained in:
parent
c3609fc199
commit
64b0ee01fe
101
backend/lib/webserver/res/404/gugl.html
Normal file
101
backend/lib/webserver/res/404/gugl.html
Normal file
File diff suppressed because one or more lines are too long
@ -2,6 +2,7 @@ const fs = require("fs");
|
||||
const path = require("path");
|
||||
|
||||
module.exports = {
|
||||
gugl: fs.readFileSync(path.join(__dirname, "gugl.html")).toString(),
|
||||
iis: fs.readFileSync(path.join(__dirname, "iis.html")).toString(),
|
||||
oracle: fs.readFileSync(path.join(__dirname, "oracle.html")).toString(),
|
||||
tomcat: fs.readFileSync(path.join(__dirname, "tomcat.html")).toString()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user