diff options
| author | Fuwn <[email protected]> | 2022-01-15 02:25:59 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-15 02:25:59 +0000 |
| commit | f08230b5490b327ed8d98dcebcbc5eca5c5d2859 (patch) | |
| tree | 7d7494b1c41a81e736267fceebbfe99410c6b15d /src/site/pages/index.vue | |
| parent | Merge branch 'master' of github.com:WeebDev/lolisafe (diff) | |
| download | host.fuwn.me-f08230b5490b327ed8d98dcebcbc5eca5c5d2859.tar.xz host.fuwn.me-f08230b5490b327ed8d98dcebcbc5eca5c5d2859.zip | |
chore: chibisafe -> Hostess
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> |