ulduldp commited on
Commit
09e632a
·
verified ·
1 Parent(s): 9a56c05

Create views/index.ejs

Browse files
Files changed (1) hide show
  1. views/index.ejs +10 -0
views/index.ejs ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>Uptime Server</title>
5
+ </head>
6
+ <body>
7
+ <h1>Uptime Backend Running 🚀</h1>
8
+ <p>Status: <%= status %></p>
9
+ </body>
10
+ </html>