Star emoji swapped for the site's own 4-point sparkle mark — same SVG that ships as the favicon — everywhere it appeared: the topnav brand, the hero mark, the "you're here" pill on the family-of-.x panel, the footer, register.html, portal.html, tld.html, market/, docs/, admin/, brand/, storage/, theseus/, studio.html, site-footer.js. Anyone who opens Sirius.X now sees the acid-green sparkle instead of a browser star emoji. Internal links normalised to no trailing slash — href="./theseus/" became href="./theseus" (Theseus, docs, market, admin). Cleaner URLs in the address bar and no double-slash redirect step on the mirrors.
7 lines
296 B
HTML
7 lines
296 B
HTML
<!doctype html>
|
|
<meta charset="utf-8">
|
|
<title>Sirius.X market</title>
|
|
<link rel="canonical" href="./market">
|
|
<meta http-equiv="refresh" content="0; url=./market/">
|
|
<script>location.replace("./market/" + location.search + location.hash);</script>
|
|
<p>Moved to <a href="./market">./market/</a>.</p>
|