mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-12 18:32:44 +00:00
5 lines
179 B
HTML
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>
|