Set up placeholder site for Modular Matrix
This commit is contained in:
parent
00dc1a3366
commit
a2f7bbbb41
|
@ -125,6 +125,10 @@ in {
|
|||
return 404;
|
||||
'';
|
||||
};
|
||||
"modular-matrix.cryto.net" = lib.mkMerge [
|
||||
(nginxPresets.letsEncrypt)
|
||||
{ root = ./sources/modular-matrix; }
|
||||
];
|
||||
"haless.cryto.net" = lib.mkMerge [
|
||||
(nginxPresets.letsEncrypt)
|
||||
{
|
||||
|
|
20
configuration/sources/modular-matrix/index.html
Normal file
20
configuration/sources/modular-matrix/index.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Modular Matrix</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Modular Matrix</h1>
|
||||
<p>
|
||||
Hi! This will eventually be the website for Modular Matrix, a project to build a modular JavaScript SDK for the <a href="https://matrix.org">Matrix protocol</a>, as an alternative to the <code>matrix-js-sdk</code>.
|
||||
</p>
|
||||
<p>
|
||||
Currently there's not really anything here yet, though you can have a look at the <a href="https://www.npmjs.com/org/modular-matrix?tab=packages">already-published packages</a> if you're curious about how things are going.
|
||||
</p>
|
||||
<p>
|
||||
You can contact me on Matrix as <a href="https://matrix.to/#/@joepie91:pixie.town">@joepie91:pixie.town</a>.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue