Files
anonymous_github/public/partials/loading.htm
tdurieux a2d0f0b212 v2 wip
2021-03-16 11:23:16 +01:00

5 lines
173 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" ng-bind="error"></h1>
</div>