diff options
Diffstat (limited to 'views/index.ejs')
-rw-r--r-- | views/index.ejs | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/views/index.ejs b/views/index.ejs index 957395c..20aa31a 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -1,7 +1,10 @@ <%- include('partials/header'); %> -<h1>Welcome to SneedBay</h1> +<div class="text-center"> + <h1>SneedBay</h1> -<p>Making torrenting great again</p> + <p>Making Torrents Great Again</p> + <img class="mw-100 w-50" src="static/images/cover.png" alt="app_cover"> +</div> -<%- include('partials/footer'); %>
\ No newline at end of file +<%- include('partials/footer'); %> |