From 95af5d6b1089192797c1a2c8175e3d4330f239ed Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Thu, 2 Sep 2021 09:18:12 -0500 Subject: [PATCH] Style cleanup --- quickstart/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart/index.html b/quickstart/index.html index 3f2f893..f7dcc8d 100644 --- a/quickstart/index.html +++ b/quickstart/index.html @@ -74,7 +74,7 @@

Hosting your first website

- Want to host a website on exozyme? Fortunately, it's incredibly easy and only takes 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 new website. Make an actual page by creating a file called index.html and write some text. If you open up https://exozy.me/~USERNAME, you should see your website live in action! For more information, see our wiki. + It's incredibly easy to host a website on exozyme and only takes 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 new website. Make an actual page by creating a file called index.html and write some text. If you open up https://exozy.me/~USERNAME, you should see your website live in action! For more information, see our wiki.