Add test images

This commit is contained in:
Panayiotis Lipiridis 2021-02-07 11:02:03 +02:00
parent 8999461940
commit 6ea0e43d3e
4 changed files with 3 additions and 0 deletions

BIN
public/test128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

BIN
public/test256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

BIN
public/test64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -8,6 +8,9 @@ const ioDebug = debug("io");
const socketDebug = debug("socket");
const app = express();
app.use(express.static("public"));
const port = process.env.PORT || 80; // default port to listen
app.get("/", (req, res) => {