web-remote/src/index.html

24 lines
508 B
HTML
Raw Normal View History

2018-08-07 11:51:51 +00:00
<!doctype html>
<html lang="en">
2020-04-09 06:49:56 +00:00
2018-08-07 11:51:51 +00:00
<head>
<meta charset="utf-8">
2019-11-07 18:02:26 +00:00
<title>OpenLP Remote</title>
2018-08-07 11:51:51 +00:00
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
2019-10-08 05:43:49 +00:00
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
<script src="/assets/version.js"></script>
2018-08-07 11:51:51 +00:00
</head>
2020-04-09 06:49:56 +00:00
2018-08-07 11:51:51 +00:00
<body>
<app-root>
<div style="margin-top: 80px;">
2020-04-09 06:49:56 +00:00
<div class="preloader">
<img src="/assets/loading.png" alt="Loading .....">
</div>
</div>
</app-root>
2018-08-07 11:51:51 +00:00
</body>
2020-04-09 06:49:56 +00:00
</html>