16 lines
No EOL
563 B
HTML
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> |