From dbfb92a1a36b25bd14951eea7e6e8ca050c62beb Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sun, 16 Jan 2022 16:27:42 -0600 Subject: [PATCH] Update exopages to use subdomain --- Website-hosting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Website-hosting.md b/Website-hosting.md index d2dca7e..25bae7b 100644 --- a/Website-hosting.md +++ b/Website-hosting.md @@ -1,5 +1,5 @@ -We offer free website hosting with **exopages**. Note that the server may be down at any time, so we recommend other services like [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/) if you need your website to be up at all times. +We offer free website hosting with **exopages**. ## Setup -It's incredibly easy to get your website up in only two minutes. Open up the file explorer in your remote desktop or log in with SSH. now navigate to the `/srv/http/pages/users` folder. Create a new folder named your username which will hold the content for your website. Make an actual page by creating a file called index.html and write some text. If you open up https://exozy.me/~USERNAME in a web browser with `USERNAME` replaced with your username, you should see your website live in action! \ No newline at end of file +It only takes two minutes to set up your website. Open up the file explorer in your remote desktop or log in with SSH, and navigate to the `/srv/http/pages` folder. Create a new folder named your username to hold the content for your website. Make an actual page by creating a file called index.html and write some text. If you open up https://USERNAME.exozy.me in a web browser with `USERNAME` replaced with your username, you should see your website live in action! \ No newline at end of file