<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Maxnote</title>
    <script>
      const url = new URL(window.location.href);
      url.pathname = '/files';
      window.location.replace(url.href);
    </script>
  </head>
  <body></body>
</html>
