2018-08-07 11:51:51 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
2024-02-27 22:04:40 +00:00
|
|
|
<head>
|
2024-03-06 05:30:08 +00:00
|
|
|
<script nomodule>
|
|
|
|
window.location.replace("/assets/notsupported.html");
|
|
|
|
</script>
|
2024-02-27 22:04:40 +00:00
|
|
|
<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">
|
|
|
|
<script src="/assets/version.js"></script>
|
|
|
|
</head>
|
2020-04-09 06:49:56 +00:00
|
|
|
|
2024-02-27 22:04:40 +00:00
|
|
|
<body>
|
|
|
|
<app-root>
|
|
|
|
<div style="margin-top: 80px;">
|
|
|
|
<div class="preloader">
|
|
|
|
<img src="/assets/loading.png" alt="Loading .....">
|
|
|
|
</div>
|
2018-08-19 20:37:53 +00:00
|
|
|
</div>
|
2024-02-27 22:04:40 +00:00
|
|
|
</app-root>
|
|
|
|
</body>
|
2020-04-09 06:49:56 +00:00
|
|
|
|
2021-06-28 04:42:44 +00:00
|
|
|
</html>
|