UNPKG

unserver-unify

Version:

10 lines 362 B
<div class="row" ng-controller="InfoPageCtrl as ctrl"> <div class="col-lg-12 text-center" style="margin-top:50px;"> <div ng-if="info" class="title-v1"> <h1 translate>{{ info }}</h1> </div> <div ng-if="error" style="font-size:30px; text-transform:uppercase;"> <strong style="color:red;">{{ error }}</strong> </div> </div> </div>