From 2c225c308d1d7d709b2356de263ac1841d4ac3f6 Mon Sep 17 00:00:00 2001 From: Walkx Date: Thu, 12 May 2022 14:10:40 +0200 Subject: [PATCH] feat: Add Back to Top buttons --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d7cc2f27f..a9adae83c 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ ## ℹ️ About Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place. + +**[⤴️ Back to Top](#-table-of-contents)** ## ⚡ Installation @@ -73,8 +75,12 @@ _Requirements_: - _Examples:_ - NodeJS serve: `npm i -g serve` or `yarn global add serve` & `serve ./out` - python http.server: `python -m http.server 7474 --directory out` + +**[⤴️ Back to Top](#-table-of-contents)** # 💖 Contributing You can contribute by [Submitting Bugs](https://github.com/ajnart/homarr/issues/new), [Requesting Features](https://github.com/ajnart/homarr/issues/new), or [Making a pull request](https://github.com/ajnart/homarr/compare)! All contributions are highly appreciated. + +**[⤴️ Back to Top](#-table-of-contents)**