diff options
Diffstat (limited to '_site/home')
-rw-r--r-- | _site/home/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_site/home/index.php b/_site/home/index.php index 51f4197..a17cb4b 100644 --- a/_site/home/index.php +++ b/_site/home/index.php @@ -1,7 +1,7 @@ <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/dom/header.php"; ?> <div class="container" style="margin-top:30px;text-align: center;"> - <h2>Welcome to Blogchain!</h2> + <h2>Welcome to UnchainedTech!</h2> <p>If you want a blog that talks about unknown technology and whose authors do weird experiments with tech stuff, you've come to the right place!</p> </div> <?php $list = getArticlesList() ?> |