aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index 66899c1..3c54e61 100644
--- a/index.php
+++ b/index.php
@@ -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>