web-remote/src/assets/notsupported.html

26 lines
578 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>OpenLP Remote</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<style>
body {
font-family: sans-serif;
}
</style>
</head>
<body>
<div>
<p>
Your browser is NOT supported.
</p>
<p>
Please download and install an older version of Web Remote from <a href="https://get.openlp.org/remote/">here</a>.
</p>
</div>
</body>
</html>