diff options
author | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-04 11:41:09 +0200 |
---|---|---|
committer | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-04 11:41:09 +0200 |
commit | 6ae668238c37514cacd1977471a10284b432e5a1 (patch) | |
tree | 61e98cabaa82cf64c8390c70bfc934b3941443d3 /_site/home | |
parent | 1d62401c897a5ba82d0def92d97d09195a6d676f (diff) | |
download | unchainedtech-6ae668238c37514cacd1977471a10284b432e5a1.tar.gz unchainedtech-6ae668238c37514cacd1977471a10284b432e5a1.tar.bz2 unchainedtech-6ae668238c37514cacd1977471a10284b432e5a1.zip |
Name change
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() ?> |