mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
12 lines
483 B
HTML
12 lines
483 B
HTML
<html>
|
|
<head>
|
|
<title>Hyperion WebUI - IE not supported</title>
|
|
<meta content="">
|
|
<style> body {margin:auto; padding:2%; text-align:center; font-family:arial;}</style>
|
|
</head>
|
|
<body>
|
|
<img src="../img/hyperion/logo_positiv.png" alt="Redefine ambient light!" style="margin-bottom:20px;">
|
|
<h2><span style="color:red">We are sorry, Internet Explorer is not supported!</span><br /><br /> Please use recent versions of Firefox, Chrome, Safari or MS Edge.</h2>
|
|
</body>
|
|
</html>
|