Compare commits
No commits in common. "ca5e37ab72785c6aa8769dca718b0dfbe1282bc9" and "0abbaa8470407fd1296c4e213a8cad5fe7d1e01f" have entirely different histories.
ca5e37ab72
...
0abbaa8470
4 changed files with 10 additions and 3 deletions
|
@ -45,7 +45,7 @@
|
||||||
"I hope you know every time I add a new quote I have a stroke making sure it shows up right because I have to gamble continously to get it to show up",
|
"I hope you know every time I add a new quote I have a stroke making sure it shows up right because I have to gamble continously to get it to show up",
|
||||||
"Fun fact: The opening animation was the first thing I made in this rewrite. It has been 99% unchanged.",
|
"Fun fact: The opening animation was the first thing I made in this rewrite. It has been 99% unchanged.",
|
||||||
"The background during the opening animation looks very wrong on Chromium, but its fine on Firefox... oops!",
|
"The background during the opening animation looks very wrong on Chromium, but its fine on Firefox... oops!",
|
||||||
"Donation software working? As a minor? I'll keep dreaming...",
|
"Getting donations? As a minor? I'll keep dreaming...",
|
||||||
"I should add a chance for there to not be a quote here just to screw with people",
|
"I should add a chance for there to not be a quote here just to screw with people",
|
||||||
""
|
""
|
||||||
],
|
],
|
||||||
|
|
|
@ -40,10 +40,13 @@
|
||||||
<div style="float: left;">
|
<div style="float: left;">
|
||||||
<p>They/Them</p>
|
<p>They/Them</p>
|
||||||
<p>Developer</p>
|
<p>Developer</p>
|
||||||
|
<!-- <p>Dating Asahi <3</p> -->
|
||||||
<p>{DISCORD_STATUS}</p>
|
<p>{DISCORD_STATUS}</p>
|
||||||
|
<!-- <p>THIS TEXT IS THE EPIC EXTREME FILLER TO TEST THE SITE'S FORMATTING :fire:</p> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- <p class="noscript">Violet has been spun {SPINCOUNT} times!</p> -->
|
||||||
<p class="spinnyCount" style="display: none;">You have spun Violet <span class="localSpins">4</span> times!<br>
|
<p class="spinnyCount" style="display: none;">You have spun Violet <span class="localSpins">4</span> times!<br>
|
||||||
Everyone has spun Violet <span class="globalSpins">{SPINCOUNT}</span> times!</p>
|
Everyone has spun Violet <span class="globalSpins">{SPINCOUNT}</span> times!</p>
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,9 @@
|
||||||
{WEATHER_MODIFIER}
|
{WEATHER_MODIFIER}
|
||||||
|
|
||||||
{TOPBAR}
|
{TOPBAR}
|
||||||
|
<!-- <a href="../" class="chip">Home</a>
|
||||||
|
<a href="../faq" class="chip">FAQ</a>
|
||||||
|
<a href="../stats" class="chip">Stats</a> -->
|
||||||
<h1>Socials</h1>
|
<h1>Socials</h1>
|
||||||
<div class="mainDiv">
|
<div class="mainDiv">
|
||||||
<hr>
|
<hr>
|
||||||
|
|
|
@ -31,7 +31,9 @@
|
||||||
<p>Welcome to the stats page! This page is now "deprecated"... sorta.<br>
|
<p>Welcome to the stats page! This page is now "deprecated"... sorta.<br>
|
||||||
Feel free to read more about it at the bottom of the page.</p>
|
Feel free to read more about it at the bottom of the page.</p>
|
||||||
<main>
|
<main>
|
||||||
<h1><hr>Stats</h1>
|
<h1>
|
||||||
|
<hr>Stats
|
||||||
|
</h1>
|
||||||
<br>
|
<br>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Page generation time: {LOAD_TIME}</li>
|
<li>Page generation time: {LOAD_TIME}</li>
|
||||||
|
|
Loading…
Reference in a new issue