Clean up the end of the quickstart guide some more

This commit is contained in:
Anthony Wang 2021-08-19 11:47:54 -05:00
parent 90c415b6a6
commit 43c4a40a38
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -74,7 +74,7 @@
<h3>Explore the other web services</h3>
<p>
We host a number of other <a href="https://exozy.me/explore">web services</a>, including code hosting on <a href="https://git.exozy.me/">exogit</a>, media streaming from <a href="https://media.exozy.me">exomedia</a>, and more! You can log into all of the core services (remember to log in instead of sign up) with your exozyme account. Go out and explore!
We host a number of other <a href="https://exozy.me/explore">web services</a>, including code hosting on <a href="https://git.exozy.me/">exogit</a>, media streaming from <a href="https://media.exozy.me">exomedia</a>, and more! <b>You can log in (don't click sign in) to all of the core services with your exozyme account.</b> Go out and explore!
</p>
<br>
@ -86,7 +86,7 @@
<h3>Hosting your first website</h3>
<p>
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</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>