Initial commit
This commit is contained in:
commit
208e773d65
62 changed files with 4545 additions and 0 deletions
37
public/pages/pfps.html
Normal file
37
public/pages/pfps.html
Normal file
|
@ -0,0 +1,37 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Firepup650</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/index"></script></!-->
|
||||
<div id="preloads">
|
||||
<link rel="preload" href="/images/pfp/offical.jpg" as="image">
|
||||
<link rel="preload" href="/images/pfp/unoffical.jpg" as="image">
|
||||
<link rel="preload" href="/images/pfp/chat.jpg" as="image">
|
||||
</div>
|
||||
<style>
|
||||
.center-fit {
|
||||
max-width: 95%;
|
||||
max-height: 95vh;
|
||||
margin: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h5 hidden id='Maintenance' class="center"></h5>
|
||||
<span class=center>
|
||||
<h5 class="force-color">My profile pictures</h5>
|
||||
<label for="offical" class="force-color">PFP used on "Offical" Replit sites</label><br/>
|
||||
<img alt='"Offical" PFP' id="offical" src="/images/pfp/offical.jpg" class="center-fit"><br/>
|
||||
<label for="unoffical" class="force-color">PFP used on Forum sites</label><br/>
|
||||
<img alt='"Forum" PFP' id="forum" src="/images/pfp/forum.jpg" class="center-fit"><br/>
|
||||
<label for="chat" class="force-color">PFP used on Chat sites</label><br/>
|
||||
<img alt='"Chat" PFP' id="chat" src="/images/pfp/chat.jpg" class="center-fit">
|
||||
</span>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue