Update path for exopages

This commit is contained in:
Anthony Wang 2021-08-21 20:28:04 -05:00
parent e6f8635056
commit e78b51bca8
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -86,7 +86,7 @@
<h3>Hosting your first website</h3>
<p>
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 <i>/srv/http/pages</i> folder. Create a new folder named your username which will hold the content for your new website. Now let's make an actual page. Create a file called <i>index.html</i> and write some text. If you open up <a href="https://exozy.me/~USERNAME">https://exozy.me/~USERNAME</a>, you should see your website in action!
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 <i>/srv/http/pages/users</i> folder. Create a new folder named your username which will hold the content for your new website. Now let's make an actual page. Create a file called <i>index.html</i> and write some text. If you open up <a href="https://exozy.me/~USERNAME">https://exozy.me/~USERNAME</a>, you should see your website in action!
</p>
<br>