Rework entire site to host everything on it's own, and not rely on a non-public nginx config for everything

This commit is contained in:
Firepup Sixfifty 2024-10-04 07:26:10 -05:00
parent 8877ec9be1
commit d36830a257
No known key found for this signature in database
46 changed files with 103 additions and 103 deletions

View file

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>FP650 - Youngchief</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
<link href="/styles/style.css" rel="stylesheet" type="text/css" />
<link href="/styles/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> -->
@ -14,6 +14,6 @@
<span class=center>
<h5 class="force-color">If you see this page, then the route is setup and working properly, but </h5><h5><a href="https://replit.com/@Youngchief" class="cyan">@Youngchief</a></h5><h5 class="force-color"> has not yet provided content to put on this page.</h5>
<p><a href="/youngchief/spotify" class="cyan">Youngchief's Spotify Status</a></p>
<script src="/script.js"></script>
<script src="s/cripts//script.js"></script>
</body>
</html>