Compare commits

..

No commits in common. "b54cf3a21c10254baf656eb1aa6542452784874f" and "f3d6ebfe613536a3c16f3d98746cdb362f737e71" have entirely different histories.

2 changed files with 7 additions and 9 deletions

View file

@ -23,8 +23,6 @@
<br/>
<a href="/users" class="cyan">Go to the Users page</a>
<br/>
<a href="/pfps" class="cyan">Go to the PFPs page</a>
<br/>
<a href="/about-you" class="cyan">Go to the About Browser page</a>
<br/>
<a href="/server-info" class="cyan">Go to the Server Info page</a>

View file

@ -9,9 +9,9 @@
<!-- <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/pfps/offical.jpg" as="image">
<link rel="preload" href="/images/pfps/unoffical.jpg" as="image">
<link rel="preload" href="/images/pfps/chat.jpg" as="image">
<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 {
@ -26,12 +26,12 @@
<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/pfps/offical.jpg" class="center-fit"><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/pfps/forum.jpg" class="center-fit"><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/pfps/chat.jpg" class="center-fit">
<img alt='"Chat" PFP' id="chat" src="/images/pfp/chat.jpg" class="center-fit">
</span>
<script src="/script.js"></script>
</body>
</html>
</html>