diff options
author | Skiz <skiznet@aol.com> | 2024-09-01 16:53:04 -0400 |
---|---|---|
committer | Skiz <skiznet@aol.com> | 2024-09-01 16:53:04 -0400 |
commit | 03b6b6162eca9451c142531ab86448305def03d6 (patch) | |
tree | 25ddb840cdce0cb83515d241939fa891415eed94 | |
parent | 55a5ed5d3c452db4e64a6a3cc267222621c4f89e (diff) |
Added "Welcome" text.
-rw-r--r-- | themes/schizo/layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/schizo/layouts/index.html b/themes/schizo/layouts/index.html index e0cec75..3e6942c 100644 --- a/themes/schizo/layouts/index.html +++ b/themes/schizo/layouts/index.html @@ -14,7 +14,7 @@ h3 { </style> <div class="center"> - <p>Hello, this is my webpage. Thank you for visiting my site.</p> + <p>Welcome! This is my webpage. Thank you for visiting my site.</p> <p>Add my RSS feed to stay updated: <a href="index.xml">RSS FEED</a>.</p> <hr> |