diff options
Diffstat (limited to 'src/site/pages/index.vue')
| -rw-r--r-- | src/site/pages/index.vue | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/site/pages/index.vue b/src/site/pages/index.vue index a9e02a1..65c82f2 100644 --- a/src/site/pages/index.vue +++ b/src/site/pages/index.vue @@ -6,12 +6,9 @@ <div class="leftSpacer"> <div class="mainBlock"> <div> - <h4>Blazing fast file uploader. For real.</h4> + <h4>Hostess</h4> <p> - A <strong>modern</strong> and self-hosted file upload service that can handle anything you throw at it. - </p> - <p> - With a fast API, chunked file uploads out of the box, beautiful masonry-style file manager and both individual and album sharing capabilities, this little tool was crafted with the best user experience in mind.<br> + Objectively the best, fastest, and most secure file host there is. </p> <div class="mt4" /> <Uploader v-if="config.publicMode || (!config.publicMode && loggedIn)" /> @@ -21,7 +18,7 @@ This site has disabled public uploads. You need an account. </div> - <Links /> + <!-- <Links /> --> </div> </div> </div> |