2023-10-01 23:39:12 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<title>Firepup650</title>
|
2024-04-27 02:56:26 +00:00
|
|
|
<link href="/style.css" rel="stylesheet" type="text/css" />
|
2023-10-02 02:21:42 +00:00
|
|
|
<link href="/styles/bounce.css" rel="stylesheet" type="text/css" />
|
2023-10-02 01:28:54 +00:00
|
|
|
<!-- <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> -->
|
2023-10-01 23:39:12 +00:00
|
|
|
<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>
|
2024-04-27 02:56:26 +00:00
|
|
|
<script src="/script.js"></script>
|
2023-10-01 23:39:12 +00:00
|
|
|
</body>
|
|
|
|
</html>
|