Add test images
This commit is contained in:
parent
8999461940
commit
6ea0e43d3e
BIN
public/test128.png
Normal file
BIN
public/test128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
BIN
public/test256.png
Normal file
BIN
public/test256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 139 KiB |
BIN
public/test64.png
Normal file
BIN
public/test64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.8 KiB |
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user