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/index.html

43 lines
1 KiB
HTML
Raw Normal View History

2021-03-28 18:15:31 +00:00
<!DOCTYPE html>
<html>
2021-06-24 15:41:27 +00:00
<head>
<title>exozyme</title>
2021-07-01 03:47:02 +00:00
<link href="/style.css" rel="stylesheet" type="text/css" />
2021-06-24 15:41:27 +00:00
</head>
2021-03-28 18:15:31 +00:00
<body>
2021-07-01 03:47:02 +00:00
<div>
2021-04-06 02:34:47 +00:00
<br>
<img src="logo.png" alt="exozyme" height="324" width="324">
<br>
2021-06-24 15:41:27 +00:00
<h2>The exozyme project</h2>
2021-04-06 02:34:47 +00:00
<br>
2021-07-02 17:20:11 +00:00
Welcome to the
<b>
2021-07-03 21:50:40 +00:00
<div style="font-size:24px;">libre</div>
2021-07-02 17:20:11 +00:00
<div style="font-size:24px;">high-performance</div>
<div style="font-size:24px;">privacy-respecting</div>
</b>
2021-07-03 21:50:40 +00:00
<div style="font-size:24px;">cloud</div>
2021-04-06 02:34:47 +00:00
<br>
2021-05-21 18:37:29 +00:00
2021-06-15 19:11:31 +00:00
<br>
2021-06-30 18:32:52 +00:00
<a href="about">About</a>
2021-06-15 19:11:31 +00:00
<br>
2021-05-21 18:37:29 +00:00
<br>
2021-06-30 18:32:52 +00:00
<a href="services">Services</a>
2021-05-21 18:37:29 +00:00
<br>
2021-06-24 15:43:37 +00:00
2021-06-29 03:09:09 +00:00
<br>
2021-06-30 18:32:52 +00:00
<a href="blog">Blog</a>
2021-06-29 03:09:09 +00:00
<br>
2021-06-24 15:43:37 +00:00
<br>
2021-06-30 18:32:52 +00:00
<a href="https://ta180m.exozy.me">ta180m</a>
2021-06-24 15:43:37 +00:00
<br>
2021-05-21 18:37:29 +00:00
</div>
2021-03-28 18:15:31 +00:00
</body>
</html>