add "page embeds" as a highlighted word with a link

This commit is contained in:
bingus_violet 2024-06-26 20:10:26 -05:00
parent 9f137d70ef
commit a073df8ea3
3 changed files with 8 additions and 1 deletions

View file

@ -261,6 +261,9 @@
"color": "#366383",
"outline": "#d43131",
"bold": true
},
"page embed": {
"link": "/faq#embeds"
}
}
}

View file

@ -50,7 +50,7 @@
<p>Originally, the stats page served the purpose of putting heavy load on the server for testing page generation times. This had a number of problems, though:</p>
<ol>
<li>Anyone could freely use this page and put the server under heavy load, with no limits, including malicious actors.</li>
<li>The page itself failed to serve its original function, as it was not an accurate display of what kind of loads or processing would be caused by a <em>real</em> page on the site, as it did not contain things such as <a href="/faq#embeds" target="_blank">page embeds</a>, and otherwise had a lack of content.</li>
<li>The page itself failed to serve its original function, as it was not an accurate display of what kind of loads or processing would be caused by a <em>real</em> page on the site, as it did not contain things such as page embeds, and otherwise had a lack of content.</li>
<li>It didn't provide any information the main page did not.</li>
</ol>
<p>The list could probably go on and on, but by now I suspect you begin to get the idea. So, overall, this page is pretty useless :3</p>

View file

@ -286,6 +286,10 @@ li {
text-align: center;
}
span {
color: inherit
}
.lengthBar>span {
margin: 0;
padding: 0;