Oh so THAT'S why the dynamic pages all had an issue with the footer...

This commit is contained in:
Firepup Sixfifty 2024-04-27 00:21:06 -05:00
parent 4cf94221b7
commit f51918422f
No known key found for this signature in database
GPG key ID: 7C92E2ABBBFAB9BA
6 changed files with 70 additions and 60 deletions

View file

@ -8,12 +8,14 @@
<!-- <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>
<p class=rainbow>System Uptime: <%= system %></p>
<p class=rainbow>Node Uptime: <%= uptime %></p>
<p class=rainbow>Total Pages: <%= images %></p>
<body>
<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>
<script src="/footer.js"></script>
</body>
</html>