1
0
mirror of https://github.com/freifunk-gluon/packages.git synced 2024-06-13 18:53:56 +02:00
gluon-packages/gluon/gluon-status-page/files/lib/gluon/status-page/www/index.html
dracoTrier bee0d4122d add legacy-support for Internet Explorer
There are still a bunch of Windows Phone or Internet Explorer users out
there. This shows an [IE not supported, click here for legacy......]
link and adds the old status page for these users. (can also be used by
users without IPv6-support.
2015-03-01 21:51:27 +01:00

21 lines
652 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="x-ua-compatible" content="IE=9">
<meta charset="utf-8">
<!--[if !IE]><!-->
<meta name="viewport" content="width=device-width, user-scalable=no">
<link href="css/style.css" rel="stylesheet" type="text/css">
<script>
var bootstrapUrl = "/cgi-bin/nodeinfo";
</script>
<script data-main="js/main" src="js/vendor/require.js"></script>
<!--<![endif]-->
</head>
<body>
<!--[if IE]>
<a href="/cgi-bin/status">Internet Explorer unterstützt diese Ansicht nicht. Bitte verwenden Sie die Freifunkkarte oder klicken Sie hier.</a>
<![endif]-->
</body>
</html>