diff options
Diffstat (limited to 'views/home.handlebars')
| -rwxr-xr-x | views/home.handlebars | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/views/home.handlebars b/views/home.handlebars index 4db9bb4..e832607 100755 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -5,7 +5,7 @@  <p>You don't need to sign up for an account. When you create an event, we generate a password which allows you to edit the event. Send all your guests the public link, and all your co-hosts the secret editing link containing the password. A week after the event finishes, it's deleted from our servers for ever, and your email goes with it.</p>  <div id="example-event" class="text-center w-100 mt-4 mb-5"> -  <img src="images/example-event.png" class="img-fluid w-75 mx-auto shadow-lg rounded"> +  <img alt ="An example event page for a picnic. The page shows the event's location, host, date and time, and description." src="images/example-event.png" class="img-fluid w-75 mx-auto shadow-lg rounded">  </div>  <p>Also, we don't show you ads, don't sell your data, and never send you unnecessary emails.</p>  | 
