From 8a027eafc9912cba43b4d7514b85c090f19025ce Mon Sep 17 00:00:00 2001 From: philipp kern Date: Thu, 8 Aug 2024 19:04:43 +0200 Subject: [PATCH] test --- public/style.css | 2 +- server.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index 5892fc0..da344f2 100644 --- a/public/style.css +++ b/public/style.css @@ -5,7 +5,7 @@ body { display: flex; - background-color: lightgray; + background-color: rgb(252, 0, 193); justify-content: center; align-items: center; diff --git a/server.js b/server.js index 6d0947f..bb94de2 100644 --- a/server.js +++ b/server.js @@ -9,7 +9,7 @@ const https = require('https'); setInterval(() => { console.log("ping"); https.get("https://tetris-node.fly.dev"); -}, 4 * 60 * 1000); +}, 1 * 60 * 1000); setInterval(() => { console.log("ping2");