Compare commits
2 commits
0abbaa8470
...
ca5e37ab72
Author | SHA1 | Date | |
---|---|---|---|
ca5e37ab72 | |||
3bf362d098 |
4 changed files with 3 additions and 10 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!",
|
||||||
"Getting donations? As a minor? I'll keep dreaming...",
|
"Donation software working? 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,13 +40,10 @@
|
||||||
<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,9 +25,7 @@
|
||||||
{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,9 +31,7 @@
|
||||||
<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>
|
<h1><hr>Stats</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