mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-26 19:42:43 +02:00
11 lines
390 B
HTML
11 lines
390 B
HTML
<section class="container" ng-controller="AboutController as vm" ng-init="vm.getMakerList();">
|
|
<div class="row margin-top-20">
|
|
<div class="col-sm-12 col-md-10 col-md-offset-1">
|
|
<span>
|
|
<h3 class="margin-bottom-30">
|
|
{{'ABOUT.MAKER_GROUP' | translate}} -
|
|
</h3>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</section> |