mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Fix ellipsis ‘…’ in subtitle of About page
There were one too few periods. And I use a horizontal ellipsis character instead of three periods. It’s the character ‘…’, XML-encoded because I don’t know if the site supports Unicode. Link to About page: https://neocities.org/about
This commit is contained in:
parent
9147ecc5b1
commit
d53ae89bc6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<div class="header-Outro">
|
||||
<div class="row content single-Col">
|
||||
<h1>About Neocities</h1>
|
||||
<h3 class="subtitle">Your free web page is waiting.. once again.</h3>
|
||||
<h3 class="subtitle">Your free web page is waiting… once again.</h3>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue