Bump minimum supported browser

This commit is contained in:
djmaze 2020-09-11 19:35:36 +02:00
parent f42faa883d
commit 5b227de5c6

View file

@ -17,7 +17,7 @@
<link type="text/css" rel="stylesheet" data-href="{{BaseAppMainCssLink}}" id="app-css" /> <link type="text/css" rel="stylesheet" data-href="{{BaseAppMainCssLink}}" id="app-css" />
<link type="text/css" rel="stylesheet" data-href="{{BaseAppThemeCssLink}}" id="app-theme-link" /> <link type="text/css" rel="stylesheet" data-href="{{BaseAppThemeCssLink}}" id="app-theme-link" />
<link rel="manifest" href="{{BaseAppManifestLink}}" /> <link rel="manifest" href="{{BaseAppManifestLink}}" />
<script>Element.prototype.closest || (document.location.href = './?/BadBrowser');</script> <script>document.append || (document.location.href = './?/BadBrowser');</script>
</head> </head>
<body class="thm-body"> <body class="thm-body">