2023-10-09 18:06:17 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>FP650 - Server Info</title>
|
2024-10-04 12:26:10 +00:00
|
|
|
<link href="/styles/style.css" rel="stylesheet" type="text/css" />
|
2023-10-09 18:06:17 +00:00
|
|
|
<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>
|
2024-04-27 05:21:06 +00:00
|
|
|
<body>
|
2024-05-05 04:28:59 +00:00
|
|
|
<h5 hidden id='Maintenance' class="center"></h5>
|
2024-04-27 05:21:06 +00:00
|
|
|
<span class=center>
|
|
|
|
<h3 class=rainbow>Server Info:</h3>
|
|
|
|
<p class=rainbow>Author: <%= author %></p>
|
|
|
|
<p class=rainbow>System Uptime: <%= system %></p>
|
|
|
|
<p class=rainbow>Node Uptime: <%= uptime %></p>
|
|
|
|
<p class=rainbow>Total Pages: <%= images %></p>
|
|
|
|
</span>
|
2024-10-04 12:26:10 +00:00
|
|
|
<script src="/scripts/script.js"></script>
|
2023-10-09 18:06:17 +00:00
|
|
|
</body>
|
|
|
|
</html>
|