Files
anonymous_github/public/partials/loading.htm
2021-03-19 13:26:29 +01:00

5 lines
179 B
HTML

<div class="container d-flex h-100">
<h1 class="display-1 m-auto" ng-if="!error">Loading...</h1>
<h1 class="display-1 m-auto" ng-if="error" translate="{{error}}"></h1>
</div>