20 lines
793 B
HTML
20 lines
793 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Pages</title>
|
|
<link href="/style.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<br>
|
|
<img src="/logo.png" alt="exozyme" height="324" width="324">
|
|
<br>
|
|
|
|
<h2>Pages</h2>
|
|
<p>
|
|
You can use exozyme pages to host your website simply by creating a new folder with your username in <i>/srv/http/pages</i> and adding your content to that folder. Now go to <a href="https://exozy.me/~username">exozy.me/~username</a> to see your new website in action! If you need a subdomain instead like <a href=https://ta180m.exozy.me/>ta180m.exozy.me</a>, I can get one set up for you too.
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|