This repository has been archived on 2024-01-05. You can view files and clone it, but cannot push or open issues or pull requests.
website/about/index.html

36 lines
1 KiB
HTML
Raw Normal View History

2021-06-30 18:32:52 +00:00
<!DOCTYPE html>
<html>
<head>
<title>About</title>
2021-07-01 03:47:02 +00:00
<link href="/style.css" rel="stylesheet" type="text/css" />
2021-06-30 18:32:52 +00:00
</head>
<body>
2021-07-01 03:47:02 +00:00
<div>
2021-06-30 18:32:52 +00:00
<br>
<img src="/logo.png" alt="exozyme" height="324" width="324">
<br>
<h2>About</h2>
<br>
The privacy-respecting libre cloud.
<br>
<br>
exozyme is currently invite-only.
<br>
2021-07-01 16:23:15 +00:00
<br>
All HTML and CSS was hand-written with ❤️ by <a href="ta180m.exozy.me/">Ta180m</a>
<br>
2021-06-30 18:32:52 +00:00
<br>
<div style="background:lightgreen;padding:10px;margin:auto;width:360px;">
<b>exozyme is completely free to use!</b> However, there are no uptime guarentees. The server is usually <a href="https://exozyme.github.io/">up between 8:30 to 22:30 CST</a>, but it could go down at any time.
</div>
<br>
</div>
</body>
</html>