firepup-site/public/dynamic/server-info.ejs

18 lines
751 B
Text
Raw Normal View History

2023-10-01 23:39:12 +00:00
<!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" />
2023-10-02 01:28:54 +00:00
<!-- <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> -->
2023-10-01 23:39:12 +00:00
</head>
<body class=center>
<h3 class=rainbow>Server Info:</h3>
<p class=rainbow>Author: <%= author %></p>
<p class=rainbow>Uptime: <%= uptime %> seconds</p>
<p class=rainbow>Total Pages: <%= images %></p>
<script src="/footer.js"></script>
2023-10-01 23:39:12 +00:00
</body>
</html>