Make lots of changes
I made lots of changes and removed a few leftover dependencies that got copied over from the world of Replit. Reviewed-on: https://git.amcforum.wiki/Firepup650/firepup-site/pulls/5 Co-authored-by: 9pfs <9pfs@amcforum.wiki> Co-committed-by: 9pfs <9pfs@amcforum.wiki>
This commit is contained in:
parent
730ed1116d
commit
dfa2ad7288
36 changed files with 1197 additions and 55 deletions
|
@ -2,9 +2,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>FP650 - YCS - History</title>
|
||||
<link href="https://firepup650.repl.co/ejsstyle.css" rel="stylesheet" type="text/css" />
|
||||
<link rel="icon" type="image/x-icon" href="https://firepup650.repl.co/favicon.ico">
|
||||
<link href="https://bouncecss.bookie0.repl.co/bounce.css" rel="stylesheet" type="text/css" />
|
||||
<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/YCSP"></script> -->
|
||||
</head>
|
||||
|
@ -20,6 +20,6 @@
|
|||
<p class=rainbow>Error: <%= err %></p>
|
||||
<% } %>
|
||||
<p class=rainbow>Raw data: <%= raw %></p>
|
||||
<script src="https://firepup650.repl.co/footer.js"></script>
|
||||
<script src="/footer.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue