forked from Firepup650/firepup-site
Updated the server info file
This commit is contained in:
parent
ad18db030a
commit
609a51f31a
1 changed files with 27 additions and 0 deletions
27
public/dynamic/server-info.ejs
Normal file
27
public/dynamic/server-info.ejs
Normal file
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>FP650 - Server Info</title>
|
||||
<link href="/ejsstyle.css" rel="stylesheet" type="text/css" />
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
<link href="/styles/bounce.css" rel="stylesheet" type="text/css" />
|
||||
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/visits"></script> -->
|
||||
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/abtserv"></script> -->
|
||||
</head>
|
||||
<body class=center>
|
||||
<h3 class=rainbow>Server Info:</h3>
|
||||
<p class=rainbow>Author: <%= author %></p>
|
||||
<<<<<<< HEAD
|
||||
<p class=rainbow>Uptime: <%= uptime %> seconds</p>
|
||||
<p class=rainbow>Total Pages: <%= images %></p>
|
||||
<script src="/footer.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
=======
|
||||
<p class=rainbow>System Uptime: <%= system %></p>
|
||||
<p class=rainbow>Node Uptime: <%= uptime %></p>
|
||||
<p class=rainbow>Total Pages: <%= images %></p>
|
||||
<script src="/footer.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
>>>>>>> 24c184c (Init)
|
Loading…
Reference in a new issue