mining-pool/frontend/app/user/help/chat.html
2019-05-07 22:15:08 +03:00

16 lines
No EOL
563 B
HTML

<!-- <ng-include src="'dashboard/poolstats.html'"></ng-include> -->
<div layout-sm="column" layout="row" flex>
<div layout="column" flex>
<md-card>
<md-toolbar class="md-table-toolbar md-default">
<div class="md-toolbar-tools">
<span class="md-title">Support on #pools <span class="md-caption">(Ask for help or say hello!)</span></span>
</div>
</md-toolbar>
<md-card-content>
<iframe src="https://discord.gg/wE3rmYY" style="border:0; width:100%; height:650px;"></iframe>
</div>
</md-card-content>
</md-card>
</div>
</div>