9pfs
dfa2ad7288
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>
32 lines
1.2 KiB
HTML
32 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>FP650 - Ratings</title>
|
|
<link href="style.css" rel="stylesheet" type="text/css" />
|
|
<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/user-ratings"></script> -->
|
|
</head>
|
|
<body>
|
|
<h5 hidden id='Maintenance' class="center"></h5>
|
|
<span class=center>
|
|
<h5 class="force-color">Current user ratings</h5>
|
|
<a href="/ratings/youngchief" class="cyan">Youngchief</a>
|
|
<br/>
|
|
<a href="/ratings/coderelijah" class="cyan">CoderElijah</a>
|
|
<br/>
|
|
<a href="/ratings/bigminiboss" class="cyan">bigminiboss</a>
|
|
<br/>
|
|
<a href="/ratings/pikachub2005" class="cyan">PikachuB2005</a>
|
|
<br/>
|
|
<a href="/ratings/jayayseaohbee14" class="cyan">JayAySeaOhBee14</a>
|
|
<br/>
|
|
<a href="/ratings/9pfs" class="cyan">9pfs</a>
|
|
<br/>
|
|
<p class=force-color>Talk to @Firepup650 about getting a rating page!</p>
|
|
</span>
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|