Compare commits

...

2 commits

Author SHA1 Message Date
b54cf3a21c
Link to unintentionally missing PFP page 2024-09-20 13:13:49 -05:00
1c2be2c1c1
Fix broken image links 2024-09-20 13:04:48 -05:00
2 changed files with 9 additions and 7 deletions

View file

@ -23,6 +23,8 @@
<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/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">
<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">
</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/pfp/offical.jpg" class="center-fit"><br/>
<img alt='"Offical" PFP' id="offical" src="/images/pfps/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/>
<img alt='"Forum" PFP' id="forum" src="/images/pfps/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">
<img alt='"Chat" PFP' id="chat" src="/images/pfps/chat.jpg" class="center-fit">
</span>
<script src="/script.js"></script>
</body>
</html>
</html>