add useless file for the folder

This commit is contained in:
M1n-0
2024-06-05 20:01:18 +02:00
parent 9e14cffbfd
commit d7acaf63cd
2 changed files with 0 additions and 13 deletions

View File

@@ -1,13 +0,0 @@
const express = require('express');
const path = require('path');
const app = express();
const port = 3000;
// Serve the index.html file at the root URL
app.get('/', (req, res) => {
res.sendFile(path.join(__dirname, '../html/index.html'));
});
app.listen(port, '0.0.0.0', () => {
console.log(`App listening at http://localhost:${port}`);
});

0
js/soon.js Normal file
View File