2018-08-07 11:51:51 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
2024-02-27 22:04:40 +00:00
|
|
|
<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">
|
|
|
|
<script src="/assets/version.js"></script>
|
|
|
|
</head>
|
2020-04-09 06:49:56 +00:00
|
|
|
|
2024-02-27 22:04:40 +00:00
|
|
|
<body>
|
|
|
|
<script type="text/javascript">
|
|
|
|
if (!(/Edge?\/(1{2}[2-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[3-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(1{2}[2-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(16\.\d+|(1[7-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(16[._]\d+|(1[7-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)/.test(navigator.userAgent))) {
|
|
|
|
window.location.replace("/assets/notsupported.html");
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
<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>
|