mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 10:52:53 +00:00
5 lines
173 B
HTML
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>
|