nextcloud/core/templates/login.php
Carl Schwan 253118298d Redesign guest pages for better accessibility
- Use white box and put content on it
- Improve focus indicator

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-27 10:43:21 +02:00

9 lines
107 B
PHP

<?php /** @var \OCP\IL10N $l */ ?>
<?php
script('core', 'login');
?>
<div>
<div id="login"></div>
</div>