Create index.html

main
Anthony Wang 2 years ago committed by GitHub
commit 93c3300467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,19 @@
<!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>