matrix-dimension/web/app/home/home.component.html

16 lines
668 B
HTML
Raw Normal View History

<div class="header">
2017-12-23 23:20:59 +00:00
<img src="/img/logo/banner-sm.png">
</div>
<div class="wrapper">
<div class="center">
2017-12-23 23:20:59 +00:00
<h3>A self-hosted integrations manager for Riot</h3>
<p>Dimension gives rooms the option of using self-hosted bots, bridges, and widgets.</p>
<br/>
<p>Point your Riot <code>config.json</code> to Dimension to start using it:</p>
2017-12-23 23:20:59 +00:00
<pre>{{ integrationsConfig }}</pre>
<br/>
<br/>
2017-12-23 23:20:59 +00:00
<p>Learn more on <a href="https://github.com/turt2live/matrix-dimension">Github</a> or on [matrix] at <a
href="https://matrix.to/#/#dimension:t2bot.io">#dimension:t2bot.io</a></p>
</div>
</div>