diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,7 +11,7 @@ global $domainMode; <html lang="en"> <head> <meta charset="UTF-8"> - <title><?= $conepone ? "Cloudburst System" : "Minteck.org" ?></title> + <title><?= $conepone ? "Cloudburst System" : "Scoots Raindrops" ?></title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/assets/common/css/fonts.css"> <link rel="stylesheet" href="/assets/common/css/common.css"> @@ -37,12 +37,12 @@ global $domainMode; <div class="container" id="intro"> <img alt="" id="intro-avatar" src="/assets/<?= $conepone ? "conep.one" : "minteck.org" ?>/avatar.png"> - <h1 id="intro-title"><?= $conepone ? "Cloudburst System" : "Minteck" ?></h1> + <h1 id="intro-title"><?= $conepone ? "Cloudburst System" : "Scoots Raindrops" ?></h1> <p id="intro-ref"> <?php if ($conepone): ?> Plural system of 13 ponies! <?php else: ?> - <a href="https://www.youtube.com/watch?v=RkwbAR9aAqo&t=67s" target="_blank" id="intro-ref-link">I'll soar into that sky, on these wings small and pure</a> + Part of <a href="https://ponies.equestria.horse/Raindrops:About" target="_blank" id="intro-sys-link">the Raindrops System</a> ยท <a href="https://www.youtube.com/watch?v=RkwbAR9aAqo&t=67s" target="_blank" id="intro-ref-link">I'll soar into that sky, on these wings small and pure</a> <?php endif; ?> </p> </div> |