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:
Rory O’Kane 2014-06-06 23:49:31 -04:00
parent 9147ecc5b1
commit d53ae89bc6

View file

@ -1,7 +1,7 @@
<div class="header-Outro"> <div class="header-Outro">
<div class="row content single-Col"> <div class="row content single-Col">
<h1>About Neocities</h1> <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&#8230; once again.</h3>
</div> </div>
</div> </div>