liftinstall/ui/public/index.html

35 lines
1.1 KiB
HTML
Raw Normal View History

2019-06-25 03:06:28 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=11">
2019-06-25 03:06:28 +00:00
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title id="window-title">... Installer</title>
</head>
<body>
<div class="fullscreen" id="ie-blackout" style="display: none">
<div class="title">Your computer is out of date.</div>
<div class="subtitle">
Make sure that your computer is up to date, and that you have Internet Explorer 11 installed.
</div>
<div class="subtitle">
Please note we do not support pirated or unsupported versions of Windows.
</div>
</div>
<script type="text/javascript">
if (!document.__proto__) {
document.getElementById("ie-blackout").style.display = "block";
}
</script>
<noscript>
2019-06-26 13:43:24 +00:00
<strong>You need JavaScript enabled in your Windows Internet Options to install this application.</strong>
2019-06-25 03:06:28 +00:00
</noscript>
2019-06-26 13:43:24 +00:00
2019-06-25 03:06:28 +00:00
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>