Files
quartz-manager/quartz-manager-frontend/src/app/views/error/genericError.component.html
2022-11-05 20:28:56 +01:00

14 lines
323 B
HTML

<div fxLayout="column" fxLayoutAlign="center" style="text-align: center">
<div>
<div>
<p style="font-size: 4em; margin-bottom: 0">Unexpected Error</p>
<p>Please try again later!</p>
</div>
</div>
<div>
<p>
<img src="assets/image/error.svg" alt="generic error"/>
</p>
</div>
</div>