Initial commit
This commit is contained in:
commit
208e773d65
62 changed files with 4545 additions and 0 deletions
32
public/pages/users.html
Normal file
32
public/pages/users.html
Normal file
|
@ -0,0 +1,32 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>FP650 - Users</title>
|
||||
<link href="style.css" rel="stylesheet" type="text/css" />
|
||||
<link href="https://bouncecss.bookie0.repl.co/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-pages"></script></!-->
|
||||
</head>
|
||||
<body>
|
||||
<h5 hidden id='Maintenance' class="center"></h5>
|
||||
<span class=center>
|
||||
<h5 class="force-color">Current user pages</h5>
|
||||
<a href="/user/youngchief" class="cyan">Youngchief</a>
|
||||
<br/>
|
||||
<a href="/user/coderelijah" class="cyan">CoderElijah</a>
|
||||
<br/>
|
||||
<a href="/user/bigminiboss" class="cyan">bigminiboss</a>
|
||||
<br/>
|
||||
<a href="/user/pikachub2005" class="cyan">PikachuB2005</a>
|
||||
<br/>
|
||||
<a href="/user/jayayseaohbee14" class="cyan">JayAySeaOhBee14</a>
|
||||
<br/>
|
||||
<a href="/user/9pfs" class="cyan">9pfs</a>
|
||||
<br/>
|
||||
<p class=force-color>Talk to @Firepup650 about getting a page!</p>
|
||||
</span>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue