You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
764 B
21 lines
764 B
<?php include __DIR__ . '/snippets/header.php' ?>
|
|
|
|
<p class="notice">
|
|
We are really sorry, but your browser does not support
|
|
all features required for the Kirby Panel.
|
|
</p>
|
|
|
|
<div class="admin-advice">
|
|
<p>
|
|
<strong>Fetch</strong><br>
|
|
We use Javascript's new Fetch API. You can find a list of supported browsers for this feature on
|
|
<strong><a href="https://caniuse.com/#feat=fetch">caniuse.com</a></strong>
|
|
</p>
|
|
<p>
|
|
<strong>CSS Grid</strong><br>
|
|
We use CSS Grids for all our layouts. You can find a list of supported browsers for this feature on
|
|
<strong><a href="https://caniuse.com/#feat=css-grid">caniuse.com</a></strong>
|
|
</p>
|
|
</div>
|
|
|
|
<?php include __DIR__ . '/snippets/footer.php' ?>
|
|
|