mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 19:32:49 +00:00
22 lines
671 B
HTML
22 lines
671 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>OpenLP Remote</title>
|
|
<base href="/">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<app-root>
|
|
<div style="margin-top: 80px;">
|
|
<div style="margin: auto; width: 100%; display: block;">
|
|
<img src="/assets/loading.png" style='height: 100%; width: 100%; object-fit: contain'>
|
|
<p style="text-align: center;">Loading...</p>
|
|
</div>
|
|
</div>
|
|
</app-root>
|
|
</body>
|
|
</html>
|