add some text to the site
This commit is contained in:
parent
b1fb1580c8
commit
bee3d1372e
24
index.html
24
index.html
|
@ -2,6 +2,28 @@
|
||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
<h1>blek! Nox</h1>
|
<h1>blek! Nox</h1>
|
||||||
<p>blek! Nox (or simply "nox" is a matrix client that focuses on a good look & feel</p>
|
<p>
|
||||||
|
blek! Nox (or simply "nox" is a matrix client that
|
||||||
|
focuses on a good look & feel. The project is
|
||||||
|
currently in a very early stage of development, so
|
||||||
|
any kind of help would be very much appreciated.
|
||||||
|
</p>
|
||||||
|
<h1>Where do i get it?</h1>
|
||||||
|
<p>
|
||||||
|
Good question. For now we have no releases,
|
||||||
|
but you can <a href='https://git.blek.codes/blek/nox_site'>build it yourself from git</a>
|
||||||
|
</p>
|
||||||
|
<h1>Platforms supported</h1>
|
||||||
|
<p>
|
||||||
|
For now we are desktop only and support every
|
||||||
|
platform that <a href='https://tauri.app/'>Tauri</a>
|
||||||
|
can compile to.
|
||||||
|
</p>
|
||||||
|
<h1>Milestones</h1>
|
||||||
|
<ul>
|
||||||
|
<li>CI/CD nightly builds</li>
|
||||||
|
<li>Fade effect between pages</li>
|
||||||
|
<li>Basic chatting functionality</li>
|
||||||
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue