chb2025 commited on
Commit
821b7f4
·
verified ·
1 Parent(s): de1073a

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +2 -2
index.js CHANGED
@@ -53,8 +53,8 @@ app.get('/', (req, res) => {
53
  </head>
54
  <body>
55
  <div class="container">
56
- <span class="clock-emoji"> </span>
57
- <span class="info-text">${timeString} | ${clientIp}</span>
58
  </div>
59
  <script>
60
  // Reload the page every minute to update time
 
53
  </head>
54
  <body>
55
  <div class="container">
56
+ <span class="clock-emoji">🕒</span>
57
+ <span class="info-text">${timeString} | IP ${clientIp}</span>
58
  </div>
59
  <script>
60
  // Reload the page every minute to update time